iOS 最简单折叠实现

时间:2018-11-05 08:28:26
【文件属性】:

文件名称:iOS 最简单折叠实现

文件大小:33KB

文件格式:ZIP

更新时间:2018-11-05 08:28:26

tableView

使用tableView实现最简单的折叠,// 刷新点击的组标题,动画使用卡片 // [self.tableV reloadSections:[NSIndexSet indexSetWithIndex:btn.tag] withRowAnimation:UITableViewRowAnimationFade];


【文件预览】:
tableview折叠
----tableview折叠.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(16KB)
--------xcuserdata()
----tableview折叠()
--------MyData.m(269B)
--------AppDelegate.h(312B)
--------Base.lproj()
--------RootViewController.m(4KB)
--------main.m(339B)
--------Images.xcassets()
--------RootViewController.h(541B)
--------Info.plist(1KB)
--------AppDelegate.m(2KB)
--------tableview折叠-Prefix.pch(0B)
--------MyData.h(351B)
----.DS_Store(6KB)
----tableview折叠Tests()
--------tableview__Tests.m(876B)
--------Info.plist(756B)

网友评论