Skip to content

Commit

Permalink
fixed: incorrect done button position
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveroneill committed May 25, 2017
1 parent bfbfa03 commit 1ab16d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/IDMPhotoBrowser.m
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ - (void)viewDidLoad {
_doneButton.layer.cornerRadius = 3.0f;
_doneButton.layer.borderColor = [UIColor colorWithWhite:0.9 alpha:0.9].CGColor;
_doneButton.layer.borderWidth = 1.0f;
_doneButtonSize = _doneButtonImage.size;
_doneButtonSize = _doneButton.frame.size;
}
else {
[_doneButton setImage:_doneButtonImage forState:UIControlStateNormal];
Expand Down

0 comments on commit 1ab16d6

Please sign in to comment.