1 parent 4e0d4d8 commit 4c19edbCopy full SHA for 4c19edb
1 file changed
Coding_iOS/Vendor/MJPhotoBrowser/MJPhotoView.m
@@ -28,6 +28,7 @@ - (id)initWithFrame:(CGRect)frame
28
self.clipsToBounds = YES;
29
// 图片
30
_imageView = [[YLImageView alloc] init];
31
+ _imageView.backgroundColor = kColorTableBG;
32
_imageView.contentMode = UIViewContentModeScaleAspectFit;
33
[self addSubview:_imageView];
34
0 commit comments