Skip to content

Commit

Permalink
Fix - #143
Browse files Browse the repository at this point in the history
  • Loading branch information
anujraghuvanshi authored Apr 29, 2019
1 parent 6c52270 commit ce7ce9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ios/GMImagePicker/GMGridViewCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ - (id)initWithFrame:(CGRect)frame
_imageView.contentMode = UIViewContentModeScaleAspectFill;
}*/
_imageView.clipsToBounds = YES;
_imageView.translatesAutoresizingMaskIntoConstraints = NO;
_imageView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;
//_imageView.translatesAutoresizingMaskIntoConstraints = NO;
//_imageView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;
[self addSubview:_imageView];


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

@end
@end

0 comments on commit ce7ce9d

Please sign in to comment.