Skip to content

Commit

Permalink
Fixed #216, Fixed #217, For #160, #204, layoutIfNeededOnUpdate is def…
Browse files Browse the repository at this point in the history
…ault to NO
  • Loading branch information
hackiftekhar committed Jun 4, 2015
1 parent d772279 commit 6f29297
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IQKeyBoardManager/IQKeyboardManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ -(instancetype)init
[self setShouldAdoptDefaultKeyboardAnimation:YES];
[self setShouldRestoreScrollViewContentOffset:NO];
[self setToolbarManageBehaviour:IQAutoToolbarBySubviews];
[self setLayoutIfNeededOnUpdate:YES];
[self setLayoutIfNeededOnUpdate:NO];

//Initializing disabled classes Set.
_disabledClasses = [[NSMutableSet alloc] initWithObjects:[UITableViewController class], nil];
Expand Down
Binary file modified KeyboardTextFieldDemo/.DS_Store
Binary file not shown.
Binary file not shown.

0 comments on commit 6f29297

Please sign in to comment.