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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -