SkillAgentSearch skills...

DynamicUITableViewController

This subclass of the iOS UITableViewController makes it easy to hide rows and/or sections in a static grouped UITableViewController

Install / Use

/learn @tkeithblack/DynamicUITableViewController
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DynamicUITableViewController

This Swift subclass of the iOS UITableViewController makes it easy to hide rows and/or sections in a static grouped UITableViewController.

All you have to do is derive your TableViewController from DynamicUITableViewController and then in your subclass override the methods shouldHideSection(section: Int) and/or shouldHideRow(section: Int, row: Int).

If you wish to hide a complete section you will return true from shouldHideSection(), if you wish to only hide a row you will return true from shouldHideRow().

Related Skills

View on GitHub
GitHub Stars36
CategoryDevelopment
Updated3y ago
Forks2

Languages

Swift

Security Score

75/100

Audited on Jan 8, 2023

No findings