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.
Asked
Active
Viewed 1,014 times
0

Arnaud
- 7,259
- 10
- 50
- 71

cpt. Sparrow
- 415
- 8
- 22
-
Did you update to the latest version? – rckoenes Oct 06 '17 at 10:00
-
I didn't found any update for objective-c of the same. @rckoenes – cpt. Sparrow Oct 06 '17 at 10:02
-
You will need to update to the swift version then, there seem to be a fix in the repo. You can mix Obj-c and Swift so this should not be an issue. – rckoenes Oct 06 '17 at 10:03
-
Actually I don't want to update my project to swift or the mix for now.. is there any alternate approach. otherwise this would be my last priority to use both lang. in my project @rckoenes – cpt. Sparrow Oct 06 '17 at 10:08
-
Findout what they fixed and fix it yourself. – rckoenes Oct 06 '17 at 10:08
-
@rckoenes the swift one is also not working on my objective-c code – cpt. Sparrow Oct 14 '17 at 11:36