我有一个带有部分的表格视图,每个部分都有自己的数组......我有 13 个部分,每个部分都有不同的主题。在方法中我该怎么做?
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
如何进行切换?
Switch(indexpath.section)
我有一个带有部分的表格视图,每个部分都有自己的数组......我有 13 个部分,每个部分都有不同的主题。在方法中我该怎么做?
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
如何进行切换?
Switch(indexpath.section)