EventCenter:Swift类型的安全事件通知库,例如Android的EventBus

时间:2024-06-02 00:50:22
【文件属性】:

文件名称:EventCenter:Swift类型的安全事件通知库,例如Android的EventBus

文件大小:22KB

文件格式:ZIP

更新时间:2024-06-02 00:50:22

Swift

活动中心 EventCenter是一个快速库,类似于Android的EventBus。 观察者可以注册类型安全的处理程序(无需键入强制类型转换!),然后注销。 注册处理程序时,可以指定处理程序的运行线程。 用法 要运行示例项目,请克隆存储库,然后首先从Example目录运行pod install 。 要求 在Swift 1.2上开发 安装 可通过获得 。 要安装它,只需将以下行添加到您的Podfile中: pod "EventCenter" 例子 class ViewController: UIViewController { override func viewWillAppear(animated: Bool) { let ec = EventCenter.defaultCenter // Handlers called only when


【文件预览】:
EventCenter-master
----.gitignore(618B)
----Example()
--------.gitignore(6B)
--------EventCenter()
--------EventCenter.xcodeproj()
--------Tests()
--------Podfile.lock(387B)
--------EventCenter.xcworkspace()
--------Podfile(290B)
----.travis.yml(602B)
----_Pods.xcodeproj(27B)
----LICENSE(1KB)
----README.md(2KB)
----Pod()
--------Assets()
--------Classes()
----EventCenter.podspec(2KB)

网友评论