Skip to content

Khala-wan/HandyNoti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HandyNoti

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • Swift 3.0+
  • Xcode 8.2+

Usage

       #注册监听
       NotificationCenter.default.addHandyObserver(self, selector: #selector(callBack), name: "handy", object: nil)
       
       #注销监听
       NotificationCenter.default.removeHandyObserver(self)

Installation

HandyNoti is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "HandyNoti"

Author

wansheng_ios@sina.com

License

HandyNoti is available under the MIT license. See the LICENSE file for more info.