Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 uiscrollview 的外部显示器上呈现全屏内容。我想允许在 iPad 上进行捏合和缩放,这将在外部显示器上捏合和缩放 uiscrollview。如何将 iPad 手势翻译到另一个窗口?
谢谢
您必须将 UIScrollView 放在 iPad 和外部显示器上。我相信您应该将 iPad 的 Window 根视图控制器设置为控制外部显示器的同一视图控制器。如果您真的愿意,您可能可以“隐藏”iPad 上的视图,如果您真的愿意,我可以告诉您如何做到这一点,但这超出了这个问题的范围。