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

IQKeyboardManager - invalid redeclaration of AppDelegate

I am trying to use IQKeyboardManager in my project but when I add the folder, it triggers an error on in my AppDelegate.swift. It starts at the class line - Invalid redeclaration of 'AppDelegate'. I've tried different approaches to fixing the error…
user7748962
1
vote
6 answers

Hide next previous button in IQKeyboardManager in Objective C

I'm using IQKeyboardManager and I want to hide the next/previous button from the keyboard... I referred to this question. I tried with this code: [[IQKeyboardManager sharedManager] shouldHidePreviousNext] = YES; but the shouldHidePreviousNext…
user7372676
1
vote
2 answers

How to add text field auto suggestions in a drop down list?

I have one Billing Address page in the app. I have to remember all text field data adds by the user and show them in a drop down list. I have to create a table view on the bottom of the text fields. I am also using IQKeyboardManager for maintaining…
Gaurav Gupta
  • 593
  • 2
  • 10
  • 31
1
vote
2 answers

iOS UITableViewController static tableView does not scroll

I have an Xcode 8 project and whenever I instantiate a UITableViewController, I simply cannot scroll the content. I have made sure that: userInteractionEnabled is set to TRUE (on the tableView) scrollEnabled is set to TRUE (on the tableView) there…
Paul Razvan Berg
  • 16,949
  • 9
  • 76
  • 114
1
vote
2 answers

IQKeyboardManager with CustomTextField (SkyFloatingLabelTextField) using Swift 3

I am using the SkyFloatingLabelTextField which is a custom UITextField. After Adding the IQKeyboardManager into my Podfile (pod install), it was expected that it will automatically handle the keyboard issue. Any clue to integrate IQKeyboardManager…
1
vote
1 answer

NativeScript - framework not found (IQKeyboardManager)

When I use IQKeyboardManager in NativeScript, it works good in my project, but when I use Xcode build/archive release, this error appears: framework not found IQKeyboardManager Has anyone had the same issue?
Scleo
  • 11
  • 5
1
vote
4 answers

Getting error when trying to use IQKeyboardManager with Xcode and Swift

I want to use IQKeyboardManager for managing the keyboard when using a UITextField or a UITextView. I'm using Xcode and Swift. I don't use CocoaPods, I want to use the Source Code Method. These are the steps I'm doing. Opening the project and…
user6790913
1
vote
0 answers

_BSMachError: (os/kern) invalid capability(20)/name(15) Error - *IQKeyboardManager*

_BSMachError: (os/kern) invalid capability (20) _BSMachError: (os/kern) invalid name (15) This error generates in my all views, when I'm typing through keyboard in a text view, it's not occurring on text fields. I remove IQKeyboardManager and it…
Kiran Jasvanee
  • 6,362
  • 1
  • 36
  • 52
1
vote
1 answer

configure IQKeyboardManager without internet or using library?

I want to add IQKeyboardManager to my iOS app, I'm using Mac in VirtualBox. Are there any libraries or have I got to go with a Pod? If there is a way, give...
Urvish Modi
  • 1,118
  • 10
  • 11
1
vote
1 answer

IQKeyboardManagerSwift, Use of unresolved identifier '_textField' ERROR

When I imported IQKeyboardManager in Swift, I got this error: Use of unresolved identifier '_textField' Anyone knows how to fix it? Many thanks in advance.
Lumialxk
  • 6,239
  • 6
  • 24
  • 47
1
vote
1 answer

.h file not found when integrating IQKeyboardManager

I tried simply adding pod 'IQKeyboardManager' ...to my Podfile. Then I #import 'IQKeyboardManager.h' But the .h file was not found. So I dropped in the the 'IQKeyboardManager' directory to my Resources Files but the header is still not found.…
1
vote
1 answer

Removing "bar" above the iphone keyboard

In an iPhone app, when the user clicks a UITextField, this keyboard is displayed. I would like to remove the bar/area containg "<", ">" and "Done". Any suggestions how to do that? SOLVED It turned out that it was IQKeyboardManager that was adding…
Rasmus
  • 2,783
  • 2
  • 33
  • 43
0
votes
0 answers

TableView Scrolling Weird Behavior with NavigationBar

I am facing an issue and read almost all the related topic in StackOverFlow. When keyboard open in chat VC nav bar moves up. When I do scrolling behavior it's going blurry to translucent. I just want it not to do anything be be stabil on my brand…
0
votes
0 answers

Cursor Position in Centered aligned TextView is wrong in IQKeyboardManagerSwift

I have used IQKeyboardManagerSwift in my project. I have a Centered aligned TextView and the problem is Cursor is positioned at center instead of at the beginning of Placeholder text. TextField with centered alignment is working fine, it shows…
0
votes
0 answers

I installed IQKeyboardManager to my project in Xcode to fix my keyboard moving my text field out of the way, however, the pod has no effect on my app

I installed IQKeyboardManager pod to my project. I followed the YouTube video recommended by the Git page. I also followed the steps that the Git repository recommeded. I added the code that was needed to make the library work, but it still does not…
treyw
  • 9
  • 3