Skip to content

Commit

Permalink
fix #197
Browse files Browse the repository at this point in the history
  • Loading branch information
yackle committed Nov 29, 2017
1 parent a6c6ae5 commit 21087fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Demo/CLImageEditorDemo/CLImageEditorDemo/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ - (void)viewDidLoad
[[UINavigationBar appearance] setBarStyle:UIBarStyleBlack];
[[UINavigationBar appearance] setTintColor:[UIColor whiteColor]];
*/
}

- (void)viewDidLayoutSubviews
{
[super viewDidLayoutSubviews];
[self refreshImageView];
}

Expand Down

0 comments on commit 21087fa

Please sign in to comment.