swift ReactiveSwift框架下通知(NotificationCenter)的使用
实现:
NotificationCenter.default.post(name: Notification.Name(rawValue: "NotificationName"), object: object)
注册:
NotificationCenter.default.reactive.notifications(forName: Notification.Name(rawValu...
原创
2018-11-28 10:40:28 ·
859 阅读 ·
0 评论