彼得潘的App異想世界
著作: Swift程式設計入門,App程式設計入門 iPhone . iPad ~ 作家,專欄作家,工程師, 講師,顧問,家教, App評審,企業包班,創業家
2011年3月25日 星期五
notification on iOS and Cocoa
注冊接收notification
ex:
[[
NSNotificationCenter
defaultCenter
]
addObserver
:self
selector
:@selector(test:)
name
:@"TEST_NOTIFICATION"
object
:nil];
addObserver: 接收notification的物件
object: 有興趣的對象,也就是發出notification的對象。
nil表示不限對象。
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言