Skip to content

Commit 6f29297

Browse files
committed
Fixed #216, Fixed #217, For #160, #204, layoutIfNeededOnUpdate is default to NO
1 parent d772279 commit 6f29297

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

IQKeyBoardManager/IQKeyboardManager.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ -(instancetype)init
261261
[self setShouldAdoptDefaultKeyboardAnimation:YES];
262262
[self setShouldRestoreScrollViewContentOffset:NO];
263263
[self setToolbarManageBehaviour:IQAutoToolbarBySubviews];
264-
[self setLayoutIfNeededOnUpdate:YES];
264+
[self setLayoutIfNeededOnUpdate:NO];
265265

266266
//Initializing disabled classes Set.
267267
_disabledClasses = [[NSMutableSet alloc] initWithObjects:[UITableViewController class], nil];

KeyboardTextFieldDemo/.DS_Store

-5 KB
Binary file not shown.

0 commit comments

Comments
 (0)