SAScrollTableViewCell:一个易于使用的UITableViewCell子类可实现具有媒体内容(如图像视频声音等)的滚动效果单元。 源码
SAScrollTableViewCell 目的 一个易于使用的UITableViewCell子类,可实现带有媒体内容(例如图像,视频声音等)的滚动效果单元。 看例子 用法 运行示例项目; 克隆存储库,然后首先从Project目录运行pod install。 如何使用 导入类#import "SAScrollTableViewCell.h"并添加其委托SAScrollTableViewCellDelegate 。 在init或viewDidLoad方法中注册类[self.tableView registerClass:[SAScrollTableViewCell class] forCellReuseIdentifier:@"Cell"]; 。 在heightForRowAtIndexPath中将单元格的高度设置为140。 - (UITableViewCell *)tableView:
文件列表
SAScrollTableViewCell-master.zip
(预估有个35文件)
SAScrollTableViewCell-master
Assets
exmple.gif
406KB
Screenshot2.png
680KB
Screenshot1.png
549KB
SAScrollTableViewCell.podspec
902B
.gitignore
236B
Example
SAScrollTableViewCell.xcodeproj
project.xcworkspace
暂无评论