1
danny106 2015-02-05 17:13:39 +08:00
只能说所有的定义没有放在同一个头文件
|
3
anerevol 2015-02-05 17:27:10 +08:00
NSRunLoopCommonModes不是一种模式,是一组模式集合吧。
|
5
lldong 2015-02-05 17:40:38 +08:00
因为上面有些是在 Mac 上的 AppKit 里面定义的
|
6
anerevol 2015-02-05 17:45:42 +08:00
好像可以自己随便定义的。
https://developer.apple.com/library/prerelease/ios/documentation/Cocoa/Conceptual/Multithreading/RunLoopManagement/RunLoopManagement.html You can add custom modes to the set using the CFRunLoopAddCommonMode function. 之前稍微看了下, 写了点自己的理解,http://anerevol.github.io/ios/2014/07/11/RunLoop%E7%AE%80%E4%BB%8B/ |