UITextView in TVOS does not scroll, I see that its contentSize fine and then its bounds , I can confirm that scrollEnabled = YES , userInteraction = YES and this is the current focused view.
UITextView
TVOS
contentSize
bounds
scrollEnabled = YES
userInteraction = YES
yourtextview.panGestureRecognizer.allowedTouchTypes = @[@(UITouchTypeIndirect)];
This is fixed for me.
Source: https://habr.com/ru/post/1232015/More articles:A subset of vector subsets - rPHPExcel 1.8.0 - Creating multiple sheets by cloning a template sheet becomes slower with each clone - php.Net Native - Type not included in compilation - c #how to set the default value for the symfony form field (user field) following the connected user, after the ManyToMany relationship between objects - formsRegex for checking the start of an international phone number - javascriptPySpark cross-validation custom transformer in a pipeline - pythonPredict class probabilities in Spark RandomForestClassifier - scalaPython Inherit one class, but override a method that calls another class? - pythonIs a class declaration valid after class definition? - c ++CFDictionary will not connect to NSDictionary (Swift 2.0 / iOS9) - swiftAll Articles