TVOS UITextView 不滚动

TVOS UITextView not scrolling

UITextViewTVOS 中没有滚动,我可以看到它的 contentSize 比它的 bounds 好,我可以确认 scrollEnabled = YESuserInteraction = YES 并且它是当前焦点视图。

yourtextview.panGestureRecognizer.allowedTouchTypes = @[@(UITouchTypeIndirect)];

帮我修好了。