ZuiHongChen
ZuiHongChen
有BUG 老哥
// if (self.placeholderView) { // NSArray *propertys = @[@"frame", @"bounds", @"font", @"text", @"textAlignment", @"textContainerInset"]; // for (NSString *property in propertys) { // [self removeObserver:self forKeyPath:property]; // } // } 里面这段代码...
当自定义cell时候 这个cell可能不是单纯的一张图片 所以 该数组元素可能为一个数据模型 现在仅支持String类型 所以不得不再循环生成一个无用数组 
只有titleArr是固定的时候还行 如果是后台获取的 就得每次都初始化这两个空间