I want to design my own IQKeyboardManager but there's a tweak all textfields are on cells of tableview now , so now the feature i am confused is previous/next . Can anyone help me out this or any approach would be great.
toph42
(Topher Hickman)
2
I am not sure if I quite understand what you want, but this code is available on GitHub under an MIT license. If there’s a feature it doesn’t have that you need you can modify the source.
https://github.com/hackiftekhar/IQKeyboardManager
Hi, i have to design a form with lots of input textfields so rather than to implement it in scrollview i have used UITableview now the question is how to manage all fields such that previous and next will work exactly the same as IQKeyBoardManager.
toph42
(Topher Hickman)
4
May be i am not clear enough.
Note: My design is not draw on scrollview, it is UItableview which inherits scrollview but since the textfields are in table cells.
I am in a confusion since my design is on tableview , for sure IQKeyboardmanager can handle keyboard become active and dismiss but how would it know the array of textfields from table cells.
toph42
(Topher Hickman)
6
Have you added IQKeyboardManager to your project and tested to see if it does what you want? It might just work.
Thanks, it is working i should have tried before raising a question.
1 Like