Popularity
1.1
Stable
Activity
0.0
Declining
25
4
4

Programming language: Swift
License: MIT License
Tags: UI     Table View    
Latest version: v1.2.1

StaticTableViewController alternatives and similar libraries

Based on the "Table View" category.
Alternatively, view StaticTableViewController alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of StaticTableViewController or a related project?

Add another 'Table View' Library

README

CocoaPods 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.


*Note that all licence references and agreements mentioned in the StaticTableViewController README section above are relevant to that project's source code only.