TVOS UITextView not scrolling



UITextViewTVOS中不滚动,我可以看到它的contentSize是伟大的,然后它的bounds,我可以确认scrollEnabled = YES, userInteraction = YES和它是当前聚焦的视图。

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

为我修复了它。

相关内容

  • 没有找到相关文章

最新更新