文件名称:swift-DYKit是一套使用了ReactiveObjC的UI库
文件大小:66KB
文件格式:ZIP
更新时间:2022-09-03 20:48:21
Swift开发-UI相关控件
DYKit将UIkit中的大部分常用组件进行了封装,让这些控件不再使用delegate,datasource等而是可以通过block,RACSignal等形式进行控制,很多控件从此可以通过一句代码完成。
【文件预览】:
DYKit-master
----.gitignore(1KB)
----DYKitDemo()
--------main.m(327B)
--------ViewController.m(5KB)
--------AppDelegate.h(270B)
--------module()
--------Info.plist(1KB)
--------AppDelegate.m(2KB)
--------ViewController.h(208B)
--------Base.lproj()
--------Assets.xcassets()
----LICENSE(1KB)
----DYKitDemo.xcworkspace()
--------contents.xcworkspacedata(227B)
----README.md(9KB)
----DYKit.podspec(633B)
----Podfile.lock(443B)
----DYKitDemoTests()
--------DYKitDemoTests.m(778B)
--------Info.plist(680B)
----Podfile(418B)
----DYKitDemo.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(43KB)
----DYKit()
--------UITableView+DYTableViewBinder.h(5KB)
--------DYTableViewModule.h(984B)
--------UITableView+DYTableViewBinder.m(12KB)
--------DYTableViewAgent.h(5KB)
--------DYTableViewModule.m(331B)
--------DYTableViewAgent.m(20KB)
--------DYKit.h(164B)
--------DYMacro.h(1KB)
--------DYTableViewRowAction.m(638B)
--------DYTableViewRowAction.h(696B)