“Auto property synthesis will not synthesize property ‘imageView’…”问题的解决
Auto property synthesis will not synthesize property ‘imageView’ because it is ‘readwrite’ but it will be synthesized ‘readonly’ via another property. 我在自定义UITableViewCell的.h文件里面添加属性 @property(nonatomic,strong)UIImageView *imageView;