I am stuck in scrolling content inside a UIScrollView in my tvOS application.
I have a scrollView with height = 400 and width = 400. Inside this scrollview, I have a scrollable UITextView with height = 800 and width = 400. So I want to scroll this text.
But my scroll view doesn't scroll, I don't see any scroll indicators, and also scrollView has the value Focused = false. How can I solve this problem?
ps update I created a separate ViewController (image below). It has a black ScrollView and a white view with a large height with a mark in the middle. ScrollView has a fixed width and height, and for some reason there is no scrolling! I did not even connect any separate class - I just created it from Interface Builder.

source
share