UITextView
在TVOS
中不滚动,我可以看到它的contentSize
是伟大的,然后它的bounds
,我可以确认scrollEnabled = YES
, userInteraction = YES
和它是当前聚焦的视图。
yourtextview.panGestureRecognizer.allowedTouchTypes = @[@(UITouchTypeIndirect)];
为我修复了它。