SkillAgentSearch skills...

StaticTableViewController

Dynamically hide / show cells of static UITableViewController

Install / Use

/learn @muyexi/StaticTableViewController
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CocoaPods SPM Carthage Compatible license

Dynamically hide / show cells of static UITableViewController, Swift Port of StaticDataTableViewController.

Installation

CocoaPods

pod 'StaticTableViewController'

Swift Package Manager

dependencies: [
    .Package(url: "https://github.com/muyexi/StaticTableViewController.git", majorVersion: 0)
]

Usage

Show/hide cells with outlet connections

cell(outletStaticCell1, hidden: true)
cells([outletStaticCell1, outletStaticCell2], hidden: true)

reloadDataAnimated(true)

License

StaticTableViewController is released under the MIT license. See LICENSE for details.

View on GitHub
GitHub Stars25
CategoryDevelopment
Updated3y ago
Forks4

Languages

Swift

Security Score

80/100

Audited on Feb 19, 2023

No findings