學習ReactiveCocoa教程 (整理的資料)

2021-07-08 17:43:57 字數 1174 閱讀 8284

學習資料

framework overview

basic operators

memory management

reactivecocoa tutorial – the definitive introduction art 2 | 譯文

mvvm tutorial with reactivecocoa: part 1 | swift版本 | 譯文

mvvm tutorial with reactivecocoa: part 2 | 譯文

說說reactivecocoa 2

基於afnetworking2.0和reactivecocoa2.1的ios rest client

reactivecocoa2實戰

objc.io的文章introduction to mvvm | 譯文

比較簡明的介紹mvvm reactiveviewmodel

reactive cocoa tutorial [1] = 神奇的macros

reactive cocoa tutorial [2] = 百變racstream

reactive cocoa tutorial [3] = racsignal的巧克力工廠

reactive cocoa tutorial [4] = 只取所需的filters

美團技術團隊部落格文章 

racsignal的subscription深入分析

細說reactivecocoa的冷訊號與熱訊號

書籍side

reactivecocoa nsspain

issue

reactivecocoa at mobidevday 2013

開源專案

同為reactivecocoa官方文件中推薦專案 c-41

leichunfeng/mvvmreactivecocoa

brewmobile swift/rac3.0

其他資源

interactive diagrams for reactivecocoa | rxmarbles

the introduction to reactive programming you've been missing | 譯文

collection of posts/videos i've found useful while researching mvvm

ReactiveCocoa學習隨筆 一

self.usernametextfield.rac textsignal subscribenext id x 實現了動態監視textfield輸入的功能,一旦有輸入,就會執行 subscribenext bloc k,動態nslog textfield 所輸入的文字。self.usernamet...

ReactiveCocoa學習隨筆 二

racsignal validusernamesignal self.usernametextfield.rac textsignal map id nsstring text racsignal validpasswordsignal self.passwordtextfield.rac text...

ReactiveCocoa 學習心得 1

說到reactivecocoa,就算沒有用過的這個框架的ios開發者,一般也會想到連個個詞語,函式式程式設計和響應式程式設計。最近換了乙份工作,公司用的是mvvm設計模式,自然少不了 搭檔reactivecocoa 以下簡稱rac 之前不太了解,實際專案也沒有用到過。初次見面,被各種巢狀的block...