Notification

时间:2017-07-31 08:21:39
【文件属性】:

文件名称:Notification

文件大小:81KB

文件格式:ZIP

更新时间:2017-07-31 08:21:39

notifi,通知

通过使用NSNotification通知类,可以实现一对多的传递关系,同时也能很好的避免类与类之间层层递进的关系。但是必须记得在使用过程中可能出现通知会被多次接收,并执行相关的方法,避免这种情况出现必须在接收通知前先移除要接收的通知。


【文件预览】:
DemoNotification
----.DS_Store(6KB)
----DemoNotification.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(21KB)
----.git()
--------logs()
--------info()
--------index(2KB)
--------COMMIT_EDITMSG(15B)
--------objects()
--------HEAD(23B)
--------config(137B)
--------refs()
--------branches()
--------hooks()
--------description(73B)
----DemoNotificationTests()
--------DemoNotificationTests-Info.plist(683B)
--------en.lproj()
--------DemoNotificationTests.m(675B)
----DemoNotification()
--------ViewController.m(2KB)
--------en.lproj()
--------main.m(349B)
--------NotificationVC.h(259B)
--------NotificationVC.m(2KB)
--------DemoNotification-Info.plist(1KB)
--------NotificationManager.m(2KB)
--------Base.lproj()
--------NotificationManager.h(795B)
--------Images.xcassets()
--------DemoNotification-Prefix.pch(344B)
--------ViewController.h(259B)
--------AppDelegate.h(289B)
--------AppDelegate.m(2KB)

网友评论