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

Text vanishes on iOS 8, followed by appearing to scroll, then vanishes again. #43

Closed
viewDidAppear opened this issue Nov 16, 2014 · 1 comment

Comments

@viewDidAppear
Copy link

Hey all,

Just noticed that when the text view appears on iOS 8 that it will vanish right away, followed by a scroll after a delay. When the animation is due to slow down and stop (*or just stop depending on your UIViewAnimationCurve setting) it disappears again.

I thought it was because of the deprecated NSString method we had to replace all the old stuff with, but alas no avail.

I do manually call [scrollLabelIfNeeded] when I return from the background on my app, is this causing the issue or is this just to do with outdated code and iOS 8's changes that Apple never publicise?

Thanks!!

@viewDidAppear
Copy link
Author

Manually calling scrollLabelIfNeeded on my Label instances was the cause of the vanishing issue.

Issue closed.

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

1 participant