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.
我有一个视频播放围绕 3D 模型旋转的相机。我希望能够从左向右扫动以向前播放视频,从右向左扫动以向后播放视频。
这可以在 iOS 4 上完成吗?如何?
干杯
将 UISwipeGestureRecognizer 添加到包含视频的视图中,并对其进行配置。
只需在视频顶部添加一个新的透明视图并在该层中捕捉触摸动作