如何让触摸时出现方形叠加?
我目前正在开发的应用程序应该覆盖一个方形图像。只要用户触摸屏幕,方形图像就会覆盖在预览相机屏幕上。
我很难弄清楚这一点。指导真的很有帮助。
The app that I'm currently working on is supposed to overlay a square image. The square image would overlay on preview camera screen wherever the user touches the screen.
I'm having hard time figuring this out. Guidance would be really helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Apple 有 示例代码 将兴趣点覆盖在相机视图的顶部。
他们还有另一个 示例 覆盖一个正方形。
Apple has sample code that overlays points of interest on top of the camera view.
They have another sample that overlays a square.