DAModularTableView
DAModularTableView copied to clipboard
UITableView subclass that abstracts away the ugliness involved with creating static or modular UITableViews. Settings and menu pages are a snap to create with DAModularTableView.
Results
1
DAModularTableView issues
Sort by
recently updated
recently updated
newest added
I love this class, thanks so much! When reloading the table I get: ``` self.tableView.sections = [NSMutableArray array]; [self.tableView reloadData]; ``` When switching between details views on the iPad this...