ObserverKit:一个使用 UIControl、NSNotification、Key Value Observing 的简单库。

时间:2024-07-07 03:21:36
【文件属性】:

文件名称:ObserverKit:一个使用 UIControl、NSNotification、Key Value Observing 的简单库。

文件大小:27KB

文件格式:ZIP

更新时间:2024-07-07 03:21:36

Objective-C

#ObserverKit 一个简单的库,用于使用 UIControl、NSNotification、Key Value Observing... ##Install with CocoaPod pod 'ObserverKit' 和 #import "OKObserver.h" #import "NSObject+OKObserver.h" // Optional ##例子 self.ok_observer.control(self.field1, UIControlEventEditingChanged, ^(typeof (self) me, UITextField *field) { me. i = [field.text integerValue ]; }).control(self.field2, UIControlEventEditingChanged, ^(


【文件预览】:
ObserverKit-master
----ObserverKitDemo()
--------ObserverKitDemo()
--------ObserverKitDemoTests()
--------ObserverKitDemo.xcodeproj()
----ObserverKit()
--------NSObject+OKObserver.h(170B)
--------OKObserver.m(3KB)
--------OKObserver.h(2KB)
--------NSObject+OKObserver.m(672B)
--------OKWorker.m(6KB)
--------NSMethodSignatureForBlock.m(3KB)
--------OKWorker.h(489B)
----.travis.yml(244B)
----LICENSE(1KB)
----README.md(3KB)
----ObserverKit.podspec(787B)
----.gitignore(34B)

网友评论