All Projects → muyexi → StaticTableViewController

muyexi / StaticTableViewController

Licence: MIT license
Dynamically hide / show cells of static UITableViewController

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to StaticTableViewController

AppStoreSearch
An example implementation of the iOS 11 App Store Search tab
Stars: ✭ 108 (+315.38%)
Mutual labels:  uitableviewcontroller
GenericTableViewController
An example of Generic UITableViewController implementation
Stars: ✭ 31 (+19.23%)
Mutual labels:  uitableviewcontroller
cocoaheads-modernuitableview
Demo project for Modern UITableView Talk
Stars: ✭ 18 (-30.77%)
Mutual labels:  uitableviewcontroller
PluginTableViewController
Example project for article: Data-Driven Table Views. See blog post for more details: http://www.vadimbulavin.com/data-drive-table-views/
Stars: ✭ 18 (-30.77%)
Mutual labels:  uitableviewcontroller

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].