This is my custom design
I am trying to implement 2 simple UITableView
. 1st UITableView
covers top half of the screen and 2nd UITableView
covers the bottom half of the screen. Each cell in the UITableView
has an embedded UITextField. Whenever I select one of the (2nd UITableView) bottom text boxes, The Keyboard slides up, but the UITableView
does not scroll, and the keyboard hides the input fields and 2nd UITableView
too.
Suggest me what to do in this scenario. I am only using 2 UITableView
.
For reference please find below links to the images: