文件名称:Shoyu:表示UITableView结构的更简单方法
文件大小:32KB
文件格式:ZIP
更新时间:2024-05-04 03:55:33
Swift
庄友 Shoyu是一个用Swift编写的表示UITableView数据结构的库。 酱油(Shoyu)在日语中是指酱油。 用法 创建单节和单行 使用createSection和createRow 。 tableView. source = Source () { source in // Create section source. createSection { section in // Create row section. createRow { row in // Setting reuse identifier row. reuseIdentifier = " Cell " // Setting fixed height. row.
【文件预览】:
Shoyu-master
----Classes()
--------SectionHeaderFooterType.swift(652B)
--------Section.swift(3KB)
--------SectionHeaderFooter.swift(2KB)
--------UITableView+Source.swift(678B)
--------RowType.swift(1KB)
--------Source.swift(14KB)
--------ReuseIdentifier.swift(436B)
--------Row.swift(4KB)
--------SectionType.swift(559B)
----Shoyu.podspec(413B)
----.swift-version(4B)
----Shoyu.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(28KB)
----ShoyuExample()
--------ViewController.swift(266B)
--------Info.plist(1KB)
--------AppDelegate.swift(493B)
--------TableViewController.swift(5KB)
--------Base.lproj()
--------Assets.xcassets()
----.travis.yml(702B)
----ShoyuTests()
--------Info.plist(733B)
--------RowTests.swift(5KB)
--------SectionTests.swift(10KB)
--------SourceTests.swift(5KB)
----LICENSE(1KB)
----README.md(4KB)
----.gitignore(1KB)
----Shoyu()
--------Info.plist(787B)
--------Shoyu.h(462B)