In the DescriptiveAlert sample from the TVMLCatalog, the text view is scrolled with up and down swipes, without being focused, because the focus is always on either buttons (changed with left/right)
I haven't been able to replicate the same behaviour, the only way I can make the text view scroll is to give it focus, which leads to a different behaviour (addotional swipes, plus need to scroll to bottom to move to the buttons)
Using the View Degubber I can see that the sample is using a standard UITextView and not some private class, but is that behaviour private? Do I need to manually handle the scrolling myself?
(As a side question, in that sample the text view also fades the top and bottom when scrolling, is that also a private thing?)
Thanks