swift - UiTableviewcell with UITextView auto layout scroll -


i used uitextview in uitableviewcell can edit , expand height. working fine auto layout, textview , tableviewcell expand height automatically.

my problem when height expand beyond screen size , when keyboard show. when enter new line in textview can't see cursor (because height beyond visible view) , didn't scroll automatically. other scenario when textview height beyond screen size, when edit text in middle place, scroll doesn't work properly.

my idea develop facebook post view controller or email compose view controller (like multiple different uitableviewcell , of textview can expand height)


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -