HTBKVObservation:使KVO更安全,更方便的又一次尝试

时间:2021-05-11 20:17:15
【文件属性】:
文件名称:HTBKVObservation:使KVO更安全,更方便的又一次尝试
文件大小:49KB
文件格式:ZIP
更新时间:2021-05-11 20:17:15
Objective-C HTBKVObservation-另一个KVO改善项目 概要 在您的项目中包含HTBKVObservation.m和.h # import " HTBKVObservation.h " @interface HTBKVOTests () @property ( strong ) HTBKVObservation * anObservation; @property ( strong ) NSArray * multipleObservations; @property ( strong ) HTBKVObservation * binding; @property ( strong ) NSArray * bidirectionalBinding; @end @implementation HTBKVOTests - ( void ) blockObservation { self
【文件预览】:
HTBKVObservation-master
----Podfile.lock(256B)
----.gitignore(103B)
----PMPKVO Sample App()
--------HTBKVO-Info.plist(1KB)
--------en.lproj()
--------SampleMacAppDelegate.m(616B)
--------main.m(276B)
--------HTBKVO-Prefix.pch(165B)
--------SampleMacAppDelegate.h(346B)
----README.md(8KB)
----PMPKVO Sample iOS App()
--------PMPKVO Sample iOS App-Info.plist(1KB)
--------SampleiOSAppDelegate.m(2KB)
--------ViewController.h(283B)
--------en.lproj()
--------PMPKVO Sample iOS App-Prefix.pch(345B)
--------Default-568h@2x.png(18KB)
--------SampleiOSAppDelegate.h(405B)
--------main.m(386B)
--------Default@2x.png(16KB)
--------Default.png(6KB)
--------ViewController.m(656B)
----LICENSE(1KB)
----HTBKVObservation.h(3KB)
----HTBKVObservation.m(10KB)
----HTBKVO.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(31KB)
----Podfile(182B)
----Tests()
--------TestObservee.m(250B)
--------TestObservee.h(283B)
--------TestBinder.h(290B)
--------TestObserveeSubclass.h(291B)
--------HTBKVOTests.m(15KB)
--------TestBinder.m(219B)
--------TestObserveeSubclass.m(260B)
--------HTBKVOTests.h(258B)
----HTBKVO.xcworkspace()
--------contents.xcworkspacedata(166B)
----HTBKVObservation.podspec(586B)

网友评论