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
Post a Comment