ios - UITableViewController keyboard scrolling behavior inconsistent -


i'm running issue keyboard "pushing" uitableviewcontroller cell up.

according apple's documentation, uitableviewcontroller class automatically resizes , repositions table view when there in-line editing of text fields.

i'm seeing correct behavior when load view. table cell contains uitextview gets "pushed up."

however, have tab bar allows me load additional views. if click go original view again, however, keyboard loads on top of table cell instead of pushing up. not trigger viewdidload().

do have specific reinitialize uitableviewcontroller, perhaps in viewdidappear()?


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -