在应用程序中使用本机 iOS 指南针
是否可以在我自己的应用程序中使用 iOS 自带的指南针?或者我需要绘制自己的指南针并为其设置动画吗?
Is it possible to use the native compass that iOS has within my own application? Or do I need to draw and animate my own compass?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有原生指南针
UIView
。为了使用磁力计,您必须使用 CoreLocation 和以下委托方法:将 UIView 旋转到指向北(bearingView 是 UIImageView):
There is no native compass
UIView
. In order to use the magnetometer, you'll have to use CoreLocation and the following delegate method:to rotate a UIView to point North (bearingView is a UIImageView):