项目作者: muyexi

项目描述 :
Dynamically hide / show cells of static UITableViewController
高级语言: Swift
项目地址: git://github.com/muyexi/StaticTableViewController.git
创建时间: 2016-08-31T09:22:40Z
项目社区:https://github.com/muyexi/StaticTableViewController

开源协议:MIT License

下载


CocoaPods
SPM
Carthage Compatible
license

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

Installation

CocoaPods

  1. pod 'StaticTableViewController'

Swift Package Manager

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

Usage

Show/hide cells with outlet connections

  1. cell(outletStaticCell1, hidden: true)
  2. cells([outletStaticCell1, outletStaticCell2], hidden: true)
  3. reloadDataAnimated(true)

License

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