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