PlaceholderTextViewDemo
PlaceholderTextViewDemo copied to clipboard
In a specific case two presented view controllers with a UIPageViewController, the UITextView does not scroll
Have a look at this test project.
Steps to reproduce:
- As soon as the app opens, slide the page view controller right or left.
- Enter text so that it has to word wrap and grow the text view.
- UITextView does not grow.
If you do not slide the page view controller, the bug does not show up.
Resolution: https://github.com/DigitalLeaves/PlaceholderTextViewDemo/pull/5