今天遇见一个神奇的问题!之前一直都没有注意到
@property (nonatomic, readonly, strong, nullable) UIImageView *imageView NS_AVAILABLE_IOS(3_0); // default is nil. image view will be created if necessary.
在UIImageView加载tableView时,如果UIImageView的Image没有复制的时候他是不会 add 到 cell 上面的