I'm having trouble using the DAKeyboardControl with my views layout
My viewController's view has 3 subviews:
top view is a UIView with frame (0,0,320,54)
middle view is a UITableView with frame (0, 54, 320, screenHeight - 54 - 38)
bottom view s a UITextFiled with frame (0, screenHeight - 38, 320, 38)
I want that when the keyboard is shown, my top view & my tableView will animate up until the top view is completely hidden and the tableView y origin is 0. From this point the keyboard is still animating up so now the tableView height should get smaller until the keyboard animation is finished.
(the bottom UITextFiled should behave like in the example - stay above the keyboard)
When user pan to dismiss the keyboard the views should return to original position.
I know that this is a very specific question, but I hope u could help
Thanks
Hey Daniel,
I'm having trouble using the DAKeyboardControl with my views layout
My viewController's view has 3 subviews:
I want that when the keyboard is shown, my top view & my tableView will animate up until the top view is completely hidden and the tableView y origin is 0. From this point the keyboard is still animating up so now the tableView height should get smaller until the keyboard animation is finished. (the bottom UITextFiled should behave like in the example - stay above the keyboard) When user pan to dismiss the keyboard the views should return to original position.
I know that this is a very specific question, but I hope u could help Thanks