CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Nov 2017 |
Maintained by Eric.
Replacement for NSNotificationCenter !
In order to take full advantage of the system notification tool, I made this library specifically.
This library mimics the usage of system notification, while extending the userInfo parameter.
To run the example project, clone the repo, and run pod install from the Example directory first.
GEPoster is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'GEPoster'[email protected], [email protected]
GEPoster is available under the MIT license. See the LICENSE file for more info.
说明:
鉴于系统通知使用不便, 我特地制作了这个库, 你可以像使用系统通知一样使用这个库.同时你可以得到如下特性:
1.不需要remove observer.
2.我扩展了系统通知的userInfo这个参数, 你可以写任意参数.