移动 Safari 变焦镜头控制
为了响应长按,Mobile Safari 会显示变焦镜头/眼镜。任何人都知道有关在其他一些基于 UIView 的应用程序中实现此行为的任何信息吗?
谢谢!
In response to a long press Mobile Safari shows a zoom lens/eyeglass. Anyone knows anything about implementing this behavior in some other UIView based app?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
任何正确配置的
UITextView
、UITextField
等都会显示这种确切的行为。 (更准确地说,任何“可选择”的东西)要实现此行为,您必须编写自己的方法。苹果不提供这样的东西。Any correctly configured
UITextView
,UITextField
etc. shows this exact behaviour. (To be more exact, anything that is 'selectable') To implement this behaviour, you have to write your own methods. Apple does not provide anything like this.