Yang heng
Results
2
issues of
Yang heng
有个建议
4
既然cell是使用的model来表征,在section和tableView的时候却使用了数组,那为什么不为section和tableView都设置对应的映射model?来减少像这种 > * 因为涉及到更新问题,添加到数据源的形式请使用NSMutableArray,不要使用NSArray存放。 > * 不是把cell模型直接放入基类数据源,是先放入NSMutableArray的形式。再用self.hs_dataArry添加NSMutableArray。 约束力很弱的提醒
Sometimes not only need to map out an array, but also need to conditional mapping. Reference to NSArray's block traversal method `- (void) enumerateObjectsUsingBlock: (void (NS_NOESCAPE ^) (ObjectType obj, NSUInteger...