Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

kashif.vd

macrumors newbie
Original poster
Jul 18, 2011
2
0
This is my custom design see screenShots

1) 2 UITableView in this screen working perfect

gx41u.png


2) In this screen When Edit button pressed, both (UITableView -> UITableViewCells) become editable like that

ppUWw.png


3) and now when you trying to edit (cell 2 of section 2), what happen the keyboard will appear and the keyboard covers the bottom half of the screen, and hence the issue. like that

79MEa.png


Suggest me what to do in this scenario. I am only using 2 UITableView.
 
UITableView adjusts either the frame or the contentInsets of the table view when the keyboard appears/disappears. So no part of the tableview's content is behind the keyboard. That's what you need to do.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.