Skip to content

Commit

Permalink
Fixed clipping to bounds issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaterfall committed Oct 2, 2013
1 parent 47d9ac3 commit cc11b6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MWPhotoBrowser/Classes/MWPhotoBrowser.m
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ - (void)viewDidLoad {

// View
self.view.backgroundColor = [UIColor blackColor];
self.view.clipsToBounds = YES;

// Setup paging scrolling view
CGRect pagingScrollViewFrame = [self frameForPagingScrollView];
Expand Down

0 comments on commit cc11b6d

Please sign in to comment.