Streams 表现为RACStream类,可以看做是水管里面流动的一系列玻璃球,它们有顺序的依次通过,在第一个玻璃球没有到达之前,你没法获得第二个玻璃球。...
MVC: Massive View Controller. Alot of the time, it’s convenient to put business logic and other code into viewcontrollers, even if that’s not architectu...
http://yulingtianxia.com/blog/2014/11/05/objective-c-runtime/
http://blog.devtang.com/blog/2013/07/28/a-look-inside-blocks/
iOS的系统架构分为四个层次:核心操作系统层(CoreOS layer)、核心服务层(Core Services layer)、媒体层(Medialayer)和可触摸层(Cocoa Touch layer)。图1-1展示了Mac OS X和iOS系统架构层次的一个对比。...
在iOS本地资源文件编译后放置与应用程序包(Bundle)文件中即<应用名>.app文件。
将AFNetworking添加到预编译头文件,意味着这个框架会被自动的添加到工程的所有源代码文件中。
http://blog.csdn.net/totogo2010/article/details/7669837
Provider是指某个iPhone软件的Push服务器,APNS是Apple Push Notification Service的缩写,是苹果的服务器。
https://www.cnblogs.com/junhuawang/p/5802325.html