You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My controller use a scrollview as super view, so I got this issue while I add VenTokenField as subview to my controller: the method to scroll scrollview not work while showing keyboard with VenTokenField (other kind of textfield work as normal).
_scrollView.contentInset = contentInsets;
_scrollView.scrollIndicatorInsets = contentInsets;
The text was updated successfully, but these errors were encountered:
My controller use a scrollview as super view, so I got this issue while I add VenTokenField as subview to my controller: the method to scroll scrollview not work while showing keyboard with VenTokenField (other kind of textfield work as normal).
_scrollView.contentInset = contentInsets;
_scrollView.scrollIndicatorInsets = contentInsets;
The text was updated successfully, but these errors were encountered: