ZuiHongChen

Results 3 issues of ZuiHongChen

// if (self.placeholderView) { // NSArray *propertys = @[@"frame", @"bounds", @"font", @"text", @"textAlignment", @"textContainerInset"]; // for (NSString *property in propertys) { // [self removeObserver:self forKeyPath:property]; // } // } 里面这段代码...

当自定义cell时候 这个cell可能不是单纯的一张图片 所以 该数组元素可能为一个数据模型 现在仅支持String类型 所以不得不再循环生成一个无用数组 ![image](https://user-images.githubusercontent.com/21259873/114332422-d19c6300-9b78-11eb-90dc-c11ea261afcb.png)

只有titleArr是固定的时候还行 如果是后台获取的 就得每次都初始化这两个空间