File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ - (id)initWithFrame:(CGRect)frame
68
68
_imageView.contentMode = UIViewContentModeScaleAspectFill;
69
69
}*/
70
70
_imageView.clipsToBounds = YES ;
71
- _imageView.translatesAutoresizingMaskIntoConstraints = NO ;
72
- _imageView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;
71
+ // _imageView.translatesAutoresizingMaskIntoConstraints = NO;
72
+ // _imageView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;
73
73
[self addSubview: _imageView];
74
74
75
75
@@ -214,4 +214,4 @@ -(NSString*)getDurationWithFormat:(NSTimeInterval)duration
214
214
return [NSString stringWithFormat: @" %02ld :%02ld " , (long )minutes, (long )seconds];
215
215
}
216
216
217
- @end
217
+ @end
You can’t perform that action at this time.
0 commit comments