Skip to content

Commit

Permalink
End editing in showMenuViewController, close #44
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Oct 21, 2013
1 parent fc33411 commit aaf7012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RESideMenu/RESideMenu.m
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ - (void)presentMenuViewController

- (void)showMenuViewController
{
[self.view.window endEditing:YES];
[self addContentButton];

if ([(UIGestureRecognizer*)self.view.gestureRecognizers.lastObject state] != UIGestureRecognizerStateEnded) {
Expand Down

0 comments on commit aaf7012

Please sign in to comment.