文件名称:RTDataSourceAdapter:RTDataSourceAdapter是一个简化UITableView控件工作的库
文件大小:863KB
文件格式:ZIP
更新时间:2024-05-24 14:41:13
Objective-C
RTDataSourceAdapter RTDataSourceAdapter是一个简化UITableView控件工作的库。 ” 用法 在您的控制器中 # import < RTDataSourceAdapter> @interface ViewController : UIViewController .... @property ( weak , nonatomic ) IBOutlet UITableView *myTable; @property ( strong , nonatomic ) RTDataSourceAdapter *adapter; .... @end 创建RTDataSourceAdapter self.adapter = [[RTDataSourceAdapter alloc ] init ]; self.myTable.tintColor = [
【文件预览】:
RTDataSourceAdapter-master
----.gitignore(494B)
----README.md(3KB)
----LICENSE(1KB)
----src()
--------RTDataSourceAdapter()
----example()
--------RTDataSourceAdapterExampleTests()
--------RTDataSourceAdapterExample.xcodeproj()
--------RTDataSourceAdapterExample()
--------.DS_Store(6KB)
----images()
--------.DS_Store(6KB)
--------RTDataSourceAdapter.gif(864KB)
----.DS_Store(6KB)
----RTDataSourceAdapter.podspec(880B)