Impossible Impliment UITextview inside UIPageViewController

I have a strange problem, I have a page application in which I used on one page UITextView, but when I click on it UITextView, it moves to the next page, cannot write anything.

No problem when I use UIPageViewControllerTransitionStylePageCurl. The only problem is with UIPageViewControllerTransitionStyleScroll. Does anyone know a solution? Please help me

+5
source share
2 answers

I ran into the same problem, and it seems to be the result of some default behavior that occurs when a UITextField or UITextView becomes the first responder inside a UIScrollView.

, UITextView UITextView UIPageViewController, - UIScrollView, .

, , UITextView , UIScrollView, , . UITextView UIScrollView, UIScrollView UIPageViewController , .

+16

All Articles