ios-Swift TableView及上下拉刷新封装.zip

时间:2022-07-31 12:34:34
【文件属性】:

文件名称:ios-Swift TableView及上下拉刷新封装.zip

文件大小:143KB

文件格式:ZIP

更新时间:2022-07-31 12:34:34

列表

只需要下面几步就可以完成TableView及上下拉刷新的使用 简单易用(注意:这里只针对单组进行了封装,想要实现多组 重写TableView代理方法即可) 1.继承HWBaseTableViewController 2.注册cell weak var weakSelf = self // 弱引用 weakSelf!.register(type: .Class, name: "UITableViewCell") // 注册cell ID默认是传出的name ID 3.设置相关属性 weakSelf!.setTableView(isAllRefresh: true, type: .Default, cellForRowBlock: { (index) -> UITableViewCell in // 设置cell return cell }, heightForRowBlock: { (index) -> CGFloat in // 设置高度 return 100 }) { (index) in // 点击事件 } 4.重写父类方法 只要刷新就会来这个方法 override func loadData(page: NSInteger) { }


【文件预览】:
RxSwiftTest
----.DS_Store(6KB)
----RxSwiftTestTests()
--------Info.plist(701B)
--------RxSwiftTestTests.swift(985B)
----Pods()
--------Manifest.lock(216B)
--------MJRefresh()
--------Target Support Files()
--------Headers()
--------Local Podspecs()
--------Pods.xcodeproj()
----RxSwiftTest.xcworkspace()
--------contents.xcworkspacedata(229B)
--------xcuserdata()
----Podfile.lock(216B)
----RxSwiftTest()
--------HWBaseTableView()
--------ViewController.swift(906B)
--------.DS_Store(6KB)
--------testViewController.xib(1KB)
--------Info.plist(1KB)
--------AppDelegate.swift(2KB)
--------RxSwiftTest-Bridging-Header.h(187B)
--------testViewController.swift(2KB)
--------twoViewController.swift(2KB)
--------Base.lproj()
--------Assets.xcassets()
----Podfile(158B)
----RxSwiftTestUITests()
--------Info.plist(701B)
--------RxSwiftTestUITests.swift(1KB)
----RxSwiftTest.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(30KB)

网友评论