lin86370921

Results 1 issues of lin86370921

我在你的Demo里设置了 contentMode 40行 动画最后会闪一下才变回原来的frame 请问有什么好的解决方案。 [photoItemArray enumerateObjectsUsingBlock:^(SDPhotoItem *obj, NSUInteger idx, BOOL *stop) { UIButton *btn = [[UIButton alloc] init]; [btn sd_setImageWithURL:[NSURL URLWithString:obj.thumbnail_pic] forState:UIControlStateNormal]; btn.imageView.contentMode = UIViewContentModeScaleAspectFill; btn.tag = idx; [btn...