Dynamically hide / show cells of static UITableViewController, Swift Port of StaticDataTableViewController.
pod 'StaticTableViewController'dependencies: [
.Package(url: "https://github.com/muyexi/StaticTableViewController.git", majorVersion: 0)
]Show/hide cells with outlet connections
cell(outletStaticCell1, hidden: true)
cells([outletStaticCell1, outletStaticCell2], hidden: true)
reloadDataAnimated(true)StaticTableViewController is released under the MIT license. See LICENSE for details.