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

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -