Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scrolling supported? #5

Open
ghost opened this issue Sep 27, 2012 · 1 comment
Open

scrolling supported? #5

ghost opened this issue Sep 27, 2012 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 27, 2012

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

@ghost
Copy link
Author

ghost commented Sep 28, 2012

I is see that my original code was wrong.

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.

Is anyone having an example how to do this?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants