Skip to content

Commit ce7ce9d

Browse files
1 parent 6c52270 commit ce7ce9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ios/GMImagePicker/GMGridViewCell.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ - (id)initWithFrame:(CGRect)frame
6868
_imageView.contentMode = UIViewContentModeScaleAspectFill;
6969
}*/
7070
_imageView.clipsToBounds = YES;
71-
_imageView.translatesAutoresizingMaskIntoConstraints = NO;
72-
_imageView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;
71+
//_imageView.translatesAutoresizingMaskIntoConstraints = NO;
72+
//_imageView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;
7373
[self addSubview:_imageView];
7474

7575

@@ -214,4 +214,4 @@ -(NSString*)getDurationWithFormat:(NSTimeInterval)duration
214214
return [NSString stringWithFormat:@"%02ld:%02ld", (long)minutes, (long)seconds];
215215
}
216216

217-
@end
217+
@end

0 commit comments

Comments
 (0)