Done button invisible in IQkeyboardManager library

Viewed 5875

I have used IQKeyboardManager library in my app. i installed IQKeyboardManager via cocoapods. Done button is not showing up on each keyboard. that is invisible.

here below my code that i have set in AppDelegate.swift file.

IQKeyboardManager.shared().isEnabled = true

enter image description here

5 Answers

I was using IQKeyboardManager for Objective C and facing same issue.

I have installed IQKeyboardManager objective C pod using:

pod 'IQKeyboardManager'

All again working fine now. I am able to see Done, Next and Prev button for iOS 11.

Related