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

TextEditor sample: Unable to scroll #66

Closed
memmons opened this issue Apr 18, 2013 · 4 comments
Closed

TextEditor sample: Unable to scroll #66

memmons opened this issue Apr 18, 2013 · 4 comments

Comments

@memmons
Copy link

memmons commented Apr 18, 2013

Hey Timothy --

Looks like the TextEditor sample doesn't allow the user to scroll the text once it runs past the bottom of the view, although it scrolls appropriately as you type and using the hardware keyboard arrow keys.

Is this by design?

@tjw
Copy link
Contributor

tjw commented Apr 18, 2013

Nope, not intentional. We may get around to fixing this, but probably not until we are past our OmniPresence rollout.

@memmons
Copy link
Author

memmons commented Apr 19, 2013

Thanks for the info.

@memmons
Copy link
Author

memmons commented Apr 19, 2013

Added pull request #68 to fix this. Easily done by resetting the contentSize to match the viewUsedSize.

@tjw
Copy link
Contributor

tjw commented Sep 12, 2014

UITextView handles scrolling for us now, thankfully.

@tjw tjw closed this as completed Sep 12, 2014
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

2 participants