我总是看到UITableViewController
声明的样板
static NSString *CellIdentifier
在
- (UITableViewCell *)tableView:(UITableView *)tableView
cellForRowAtIndexPath:(NSIndexPath *)indexPath
为什么是静态的?我已经在很多地方进行了更改,因为我的CellIdentifier
更改基于该部分?这是静态的背后的原因是什么?我会影响性能吗?