SAScrollTableViewCell:一个易于使用的UITableViewCell子类,可实现具有媒体内容(如图像,视频声音等)的滚动效果单元。

时间:2021-03-01 17:17:25
【文件属性】:
文件名称:SAScrollTableViewCell:一个易于使用的UITableViewCell子类,可实现具有媒体内容(如图像,视频声音等)的滚动效果单元。
文件大小:4.45MB
文件格式:ZIP
更新时间:2021-03-01 17:17:25
Objective-C SAScrollTableViewCell 目的 一个易于使用的UITableViewCell子类,可实现带有媒体内容(例如图像,视频声音等)的滚动效果单元。 看例子 用法 运行示例项目; 克隆存储库,然后首先从Project目录运行pod install。 如何使用 导入类#import "SAScrollTableViewCell.h"并添加其委托SAScrollTableViewCellDelegate 。 在init或viewDidLoad方法中注册类[self.tableView registerClass:[SAScrollTableViewCell class] forCellReuseIdentifier:@"Cell"]; 。 在heightForRowAtIndexPath中将单元格的高度设置为140。 - (UITableViewCell *)tableView:
【文件预览】:
SAScrollTableViewCell-master
----Assets()
--------exmple.gif(406KB)
--------Screenshot2.png(680KB)
--------Screenshot1.png(549KB)
----SAScrollTableViewCell.podspec(902B)
----.gitignore(236B)
----Example()
--------SAScrollTableViewCell.xcodeproj()
--------SAScrollTableViewCell()
--------Podfile(16B)
----LICENSE(1KB)
----CHANGELOG.md(62B)
----Classes()
--------images()
--------cell()
--------support()
--------SAScrollCellView.h(716B)
--------SAScrollCellView.m(5KB)
--------SAScrollTableViewCell.m(2KB)
--------SAScrollTableViewCell.h(1KB)
----README.md(3KB)
----Rakefile(4KB)

网友评论