Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
moonjava2005 committed May 30, 2019
1 parent 4c54913 commit 180cc35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/RNPhotoView.m
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ - (void)initView {
self.decelerationRate = UIScrollViewDecelerationRateFast;
self.showsVerticalScrollIndicator = NO;
self.showsHorizontalScrollIndicator = NO;
self.scrollsToTop = NO;
if (@available(iOS 11.0, *)) {
self.contentInsetAdjustmentBehavior=UIScrollViewContentInsetAdjustmentNever;
}
Expand Down

0 comments on commit 180cc35

Please sign in to comment.