FlexibleTableView 1.2

FlexibleTableView 1.2

测试已测试
语言语言 SwiftSwift
许可协议 MIT
发布上次发布2016年6月
SPM支持SPM

alexwuhw维护。



  • 吴浩文

FlexibleTableView

使用Swift编写的,在iOS上使用的灵活的tableview。

灵感来源于SKSTableView

要求

  • iOS 7.0+
  • Xcode 7.0

安装

FlexibleTableView可以通过CocoaPods获取。

pod "FlexibleTableView"

屏幕截图

FlexibleTableView

使用

FlexibleTableView与UITableView一样工作,只是使用了一个FlexibleTableViewDelegate。

func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int
func tableView(tableView: UITableView, numberOfSubRowsAtIndexPath indexPath: NSIndexPath) -> Int
func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell
func tableView(tableView: UITableView, cellForSubRowAtIndexPath indexPath: FlexibleIndexPath) -> UITableViewCell

许可协议

FlexibleTableView遵循MIT许可协议。更多信息请参阅LICENSE文件。