iOS Question Searching for iIQKeyboardManager library for older B4i version (v8.51)

softmicro

Member
Licensed User
Longtime User
Hello everyone, I am developing an iOS application and need to solve the common issue of the keyboard covering my TextFields when they get focus.
I have learned that the best solution for this is the iIQKeyboardManager library.
My problem is that I am using an older version of B4i, specifically version 8.51. In my version, the main menu under "Tools" does not have the "B4i-Bridge > SDK Downloader" option, so I cannot download the library automatically. Therefore, I need to install it manually. I have been searching the forum for the original post with the .zip file attachment (containing the .xml and .a files), but I'm having trouble locating the correct thread. Could someone please point me to the correct forum post or provide the direct link to download the iIQKeyboardManager library compatible with B4i v8.51?
Thank you very much for your time and assistance.
 

softmicro

Member
Licensed User
Longtime User
Hello Erel, Thank you for your quick reply. I appreciate the link to the CalcRelativeKeyboardHeight example. I have looked at that manual method, but it is quite difficult to implement across my existing projects, which is why I was hoping to find a library-based solution. The library I was asking about is the B4i wrapper for this very popular native iOS library on GitHub: https://github.com/hackiftekhar/IQKeyboardManager Its native name is "IQKeyboardManager", and I believe the B4i wrapper was named "iIQKeyboardManager". It's a very powerful library that handles all keyboard interactions automatically. I was hoping to find the B4i wrapper for it, as I recall it being available for older projects. Is a wrapper for this library still available, or is the manual ScrollView method the only recommended solution now? Thank you again for your guidance.
 
Upvote 0
Top