You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create new project and do this: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. [[IQKeyboardManager sharedManager] setEnable:NO]; return YES; }
But it doesn't work.
The text was updated successfully, but these errors were encountered:
Please note, this will disable managing distance between keyboard and textField, but if you also want to remove toolbar then please use enableAutoToolbar property. Please let me know if you are talking about something else.
I create new project and do this:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
[[IQKeyboardManager sharedManager] setEnable:NO];
return YES;
}
But it doesn't work.
The text was updated successfully, but these errors were encountered: