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
I now keep GSFancyTextView as UIView.
I then add my GSFancyTextView as subview to a UIScrollView, but it does not scroll.
I get the content height from the GSFancyTextView.GSFancyText.contentHeight and use that as the content height, but that does not help.
Hi,
I tried changing this line:
@interface GSFancyTextView : UIView {
to:
@interface GSFancyTextView : UIScrollView {
but I cant' get the view to scroll.
Please, what am I doing wrong?
Is very super library.
Thanks
The text was updated successfully, but these errors were encountered: