文件名称:FMEventDispatcher:iOS 事件调度器
文件大小:46KB
文件格式:ZIP
更新时间:2024-07-02 20:00:10
Shell
FMEventDispatcher 安装 FMEventDispatcher 可通过。 要安装它,只需将以下行添加到您的 Podfile 中: pod "FMEventDispatcher" 如何使用它 注册以接收事件: [[FMEventDispatcher sharedDispatcher] addEventObserver:self]; 发送事件: // Dispatching event without object [[FMEventDispatcher sharedDispatcher] dispatchEvent:@"myFirstSelector"]; // Dispatching event with one object [[FMEventDispatcher sharedDispatcher] dispatchEvent:@"mySecondSelecto
【文件预览】:
FMEventDispatcher-master
----Pod()
--------Assets()
--------Classes()
----Example()
--------FMEventDispatcher.xcodeproj()
--------FMEventDispatcher.xcworkspace()
--------Podfile(234B)
--------Podfile.lock(239B)
--------Pods()
--------Tests()
--------FMEventDispatcher()
----LICENSE(1KB)
----.gitignore(609B)
----FMEventDispatcher.podspec(930B)
----README.md(1KB)