文件名称:GSSwipeableCell:带有实用按钮的自定义 UITableViewCell,滑动时会显示这些按钮。 专为 iPad 设计,采用垂直布局
文件大小:825KB
文件格式:ZIP
更新时间:2024-06-23 01:16:32
Objective-C
GSSwipeableCell V 0.1 一个 UITableViewCell 子类,专为 iPad 设计。 轻松添加实用按钮,如邮件应用程序,但垂直堆叠。 使用不同的文本颜色和背景颜色自定义每个按钮。 ![加载图片](滑动查看更多/demo.gif) 安装 只需将 GSSwipeableCell 文件夹拖到您的项目中即可。 创建自定义表格单元格子类 GSSwipeableCell 而不是 UITableViewCell 时。 在表格视图的数据源 (cellForRowAtIndexPath) 中,根据单元格的需要初始化按钮。 实现 GSSwipeableCellDelegate 以在单击任何按钮时收到通知。 例如,考虑一个自定义表格视图单元格 SampleTableViewCell,因此要添加垂直按钮: -(UITableViewCell *)tableView:(UIT
【文件预览】:
GSSwipeableCell-master
----Swipe for More.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(24KB)
--------xcuserdata()
----Swipe for MoreTests()
--------Swipe_for_MoreTests.m(664B)
--------Swipe for MoreTests-Info.plist(693B)
--------en.lproj()
----Swipe for More()
--------main.m(348B)
--------GSViewController.h(622B)
--------GSViewController.m(4KB)
--------SampleTableViewCell.h(637B)
--------GSAppDelegate.h(288B)
--------demo.gif(310KB)
--------Base.lproj()
--------Swipe for More-Info.plist(1KB)
--------SampleTableViewCell.m(687B)
--------GSAppDelegate.m(2KB)
--------Images.xcassets()
--------SampleTableViewCell.xib(3KB)
--------GSSwipeableCells()
--------en.lproj()
--------Swipe for More-Prefix.pch(344B)
----README.md(2KB)