Questions tagged [iqkeyboardmanager]

Use this tag when you have questions about the IQKeyboardManager library and not about the iOS keyboard in general.

IQKeyboardManager is an iOS library that allows you to prevent issues of keyboard sliding up and cover UITextField/UITextView without needing you to writing any code and much more.

118 questions
0
votes
1 answer

sharedApplication is unavailable: not available in ios app extension - Use view controller based solutions where appropriate instead

I want solutions to overcome this error. I am getting an error while I'm compiling and building up my iOS project. I got an error in IQKeyboardManager at this place: UIWindow *originalKeyWindow = [[UIApplication sharedApplication] keyWindow]; and…
Pavan Gandhi
  • 1,729
  • 1
  • 22
  • 36
0
votes
1 answer

Issues with cocoapods after upgrading Xcode

Updated my Xcode project and my IQKeyboardManager cocoapod was not working. I updated it and now I get this error: Module file was created by an older version of the compiler; rebuild IQKeyboardManagerSwift Any help on how to 'rebuild' a cocopod?
IvOS
  • 323
  • 3
  • 13
0
votes
1 answer

Upgraded Xcode - IQKeyboardManager Cocoapod not working

I recently upgraded my Xcode. I was able to transform all my code to Swift 3 but my CocoaPods was not. Is there an easy way to do this?
IvOS
  • 323
  • 3
  • 13
0
votes
1 answer

IQKeyboardManager conflicting with DownPicker

I am using IQKeyboardManager for my whole project. I want to use DownPicker for 2 textfields in the same view. I want DownPicker to be used as custom wrapper. The problem is that my DownPicker works with only either of both textfields at one page…
Mamta
  • 921
  • 1
  • 10
  • 28
0
votes
1 answer

Display uitextfield above keyboard using IQKeyboardReturnKeyHandler

Im using an IQKeyboardReturnKeyHandler to display my keyboard, my question: is it possible to display a UITextField in the UIToolbar of IQKeyboardManager - if so, can you teach me how to display it in code?
user2272747
  • 45
  • 1
  • 2
  • 4
0
votes
0 answers

IQKeyBoardManager library issue?

I used IQKeyBoardManager library in objective C. And in this app I have use MFSideMenu library for Side menu. but When i click on text field or textview the side menu scroll down automatically. And not showing completely. After removing…
Hari Mohan
  • 214
  • 1
  • 4
  • 16
0
votes
0 answers

IQKeyboardManager keyboard appears while popping out a view controller

I am using IQKeyboardManager for all my textfields. On click of the back button and also on viewDidDisappear, I am doing: [self.view endEditing:YES]; [self resignFirstResponder]; I also tried delaying the popup action after resigning the keyboard…
Ghazalah
  • 233
  • 2
  • 14
0
votes
3 answers

Moving UIView inside NavigationController not working

OK, so I am trying to implement an add comment box in my view. Here is the layout: I have a UITabBarController containing a UINavigationController where my UIViewController is pushed to. The View Layout consists of a UITableView and a custom UIView…
hawkstrider
  • 4,141
  • 16
  • 27
0
votes
1 answer

NSInternalInconsistencyException? The layout constraints still need update after sending

I am facing a problem, I have a forgot password option in which I have placed a UIAlertView with input field. UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"Forgot Password?" …
MQ.
  • 365
  • 6
  • 28
0
votes
1 answer

Keep IQKeyboardManager from removing my Navigation Bar

This is a follow up to iPhone Keyboard Covers UITextField, which talks about keeping the keyboard from covering the text fields. The answer that works for me is the one about using IQKeyboardManager. The problem for me is that it dismisses my…
learner
  • 11,490
  • 26
  • 97
  • 169
-1
votes
1 answer

Swift 4.0 - iOS 13 - Textfield doesn't open keyboard on tap

I have taken textfield in tableview cell and different types of textfield are there like with picker input, with text input etc in different cells. Initially when I entered screen and try to enter into each textfield everything works fine but once I…
-1
votes
1 answer

IQKeyboardManager iOS 13 memory issue and energy impact is high, app stucked with no logs

iOS 13 memory issue and energy impact is high, app stuck when trying to open pickerview or tapping textfield and can happen randomly on screen, I am running on real device(iPhone XR 13.2) Xcode 11.2 BUG Memory issue and energy impact is high, app…
iosdevman
  • 1
  • 1
-2
votes
2 answers

Keyboard will not dismiss once DatePicker is selected

I am using IQKeyBoardManager for my project build in Swift. I am having a problem in one specific View Controller. Once I keep going down my text fields and reach the date of birth text field, that is when I want the keyboard to be dismissed. I…
soRazor
  • 137
  • 9
1 2 3 4 5 6 7
8