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
0 answers

IQ Keyboard Manager

I am facing an issue with the IQ Keyboard codeless drop in, Whenever I try to click on text field the buttons move above the keyboard with a height similar to the keyboard's height but the buttons still work at the original position, The problem…
Nishant Pathania
  • 349
  • 1
  • 14
0
votes
1 answer

IQKeyboardManager – wrong keyboard layout when split view is enabled

I am experiencing a strange issue using IQKeyboardManager when keyboard split mode is enabled. Keyboard's background isn't transparent: But keyboard's background is transparent when IQKeyboardManager is not used: EDIT How to…
0
votes
1 answer

IQkeyboardmanager Toolbar Done Button Off Screen

I'm trying to clean up an existing project. It uses IQKeyboardManager. The buttons in the toolbar of the Keyboard manager are drifting off screen. Do you know where and how I might set the constraint for this? thanks! Notice how the Done button is…
Shreve
  • 3
  • 4
0
votes
1 answer

IQKeyboardManager for iOS 11 Xcode 9.2 Cannot build

I'm trying to integrate IQKeyboardManager in my application. Due to few existing constrains I can only drag and drop the library into my project. However when I try to compile the project I get the following errors. I'm using Objective-C and…
Prateek Raj
  • 3,966
  • 6
  • 39
  • 50
0
votes
0 answers

IQKeyboardManager - keeping the UINavigationBar sticky to the top

I'm using IQKeyboardManager in Swift to handle the keyboard in my app (it's a chat app and the UICollectionView and the UITextField should move up and down according to the keyboard's position). It's working great. My only problem is that it moves…
FS.O6
  • 1,394
  • 2
  • 20
  • 42
0
votes
1 answer

IQKeyboard Manager not enabling in static tableview?

I have trying to create an app in objective c in which I placed textfield and textview in static tableview cell and used a third party library for both textview and textfield in each cell. Later I tried to implement the library IQKeyboardManager but…
SwiftNinja95
  • 157
  • 2
  • 16
0
votes
1 answer

iOS IQKeyboardManager When keyboard dismiss Black screen at bottom

1 https://forums.developer.apple.com/thread/79400 Top/Bottom layout guide is deprecated since iOS 11.0 So you have provide to IQLayoutGuideConstraint with safe area. While dismissing keyboard, it leaves black screen onto that portion (Please refer…
0
votes
1 answer

IQKeyBoaredManager doesn't work properly in IOS 11

I have the IQKeyboardManager version 5.0.6. My view is like below. If I clicked on a textview for the firsttime, it works fine. See below image And then if I close the keyboard(by pressing done or return buttons) and click another textview, the…
udi
  • 303
  • 1
  • 6
  • 19
0
votes
0 answers

Autocomplete text field pods and IQKeyboardManager

I'm writing an application and want to implement autocompleting textfields. I am populating an array with the data that I want to compare the entered text against. I've tried a couple of Pods online but these aren't working. My Application already…
benjiiiii
  • 478
  • 10
  • 33
0
votes
4 answers

Black screen at bottom in landscape mode when dismiss keyboard IQKeyboardManager

I am using the IQKeyboardManagerSwift latest version I am having issue black screen at bottom --> When I tap on text field in landscape mode of device keyboard comes up and view of controller and background image goes up black screen of window can…
Anupam
  • 555
  • 1
  • 5
  • 14
0
votes
1 answer

IQKeyboardManager not working for text fields

I imported IQKeyboardManger successfully in my login view controller. After that I added this code //In viewDidLoad - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view. //IQKeyboardManager …
Naresh
  • 16,698
  • 6
  • 112
  • 113
0
votes
1 answer

IQkeyboardManager is not working properly on iOS 11 objective-c

In iOS 11, IQkeyboardManager is not working properly: the buttons on the toolbar of the keyboard are not shown. It's just an empty toolbar. I'm using Objective-C for the project.
cpt. Sparrow
  • 415
  • 8
  • 22
0
votes
1 answer

IQKeyboardManager error: Value of type 'UIView' has no member 'keyboardToolbar'

I imported the IQKeyboardManager from github via Firebase and it came with some swift 2.0 errors which were easy to fix, basically renaming a lot of things... If you are using the current version of IQKeyboardManager for newest Swift, please help…
amirkrd
  • 203
  • 3
  • 8
0
votes
0 answers

Tapping on button dismisses the keyboard instead of calling its TouchUpInside event

I have a ViewController with single textfield and one button , when I start editing text in textfield,Keyboard pops up. Now if I tap on button, it closes the keyboard first then on second tap the button's touchupinside event gets fired. That means…
Preeti Rani
  • 685
  • 7
  • 17
0
votes
0 answers

Swift: SearchTextField & IQKeyboardManager - hide keyboard on tap

I have this problem: I want to show the list of a SearchTextField without the keyboard. I'm using IQKeyboardManager & SearchTextField. I tried several solutions like this one but they don't work... Probably I have to change something on a…
User22
  • 11
  • 4