ExpandableCell:Swift用Swift 5编写的iOS出色的可扩展,可折叠表格单元

时间:2024-02-23 14:20:45
【文件属性】:

文件名称:ExpandableCell:Swift用Swift 5编写的iOS出色的可扩展,可折叠表格单元

文件大小:3.57MB

文件格式:ZIP

更新时间:2024-02-23 14:20:45

ios cell collapsible expandable tableviewcell

ExpandableCell 归纳法 完全重构的更加简洁,。 以Swift 5编写的最简单的iOS可扩展和可折叠单元格用法。您可以根据需要自定义可扩展UITableViewCell 。 之所以制作ExpandableCell是因为很难使用insertRows和deleteRows 。 只是继承了ExpandableDelegate 用法 基本的 import ExpandableCell 在Storyboard或代码中制作ExpandableTableView @IBOutlet var tableView : ExpandableTableView ! 继承ExpandableDelegate class ViewController : UIViewController , ExpandableDelegate 设置代表 tableView. expandableDelegate = self 设置所需的ExpandableDelegate方法。 关键两种方法 必需的ExpandableDelegate 说明 func expandableTableView(_ ex


【文件预览】:
ExpandableCell-master
----ExpandableCellDemo()
--------ExpandableSelectableCell.xib(3KB)
--------ViewController.swift(9KB)
--------Assets.xcassets()
--------ExpandableCell.xib(3KB)
--------Base.lproj()
--------AppDelegate.swift(2KB)
--------ExpandedCell.xib(3KB)
--------ExpandableCells.swift(900B)
--------InitiallyExpandedExpandableCell.xib(3KB)
--------Info.plist(1KB)
--------NormalCell.xib(3KB)
----.swift-version(4B)
----Images()
--------ExpandableCell.gif(3.66MB)
----ExpandableCell.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(31KB)
--------xcshareddata()
----LICENSE(1KB)
----ExpandableCell.podspec(1KB)
----Package.swift(79B)
----.gitignore(1KB)
----ExpandableCell()
--------ExpandableCell.xcassets()
--------ExpandableCell.h(538B)
--------ExpandableStyle.swift(247B)
--------ExpandableTableView.swift(18KB)
--------ExpandableDelegate.swift(5KB)
--------Info.plist(753B)
--------ExpandableProcessor.swift(10KB)
--------ExpandableCell.swift(2KB)
----README.md(7KB)
----ExpandableCellTests()
--------MemoryLeakTest.swift(2KB)
--------Info.plist(701B)
--------ExpandableCellTests-Bridging-Header.h(104B)

网友评论