iOS 硬编码用户位置
我想通过代码来介绍具体的用户位置。 我只需要对用户位置进行硬编码即可为应用商店制作屏幕截图。
有人可以帮助我吗?
谢谢你!
I would like to introduce a specific user location by code.
I only need to hardcode the userlocation to make an screenshot for the appStore.
Could somebody help me?
Thankyou!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用单个坐标创建 GPX 文件并将其添加到您的项目中。创建完成后,您可以在 Xcode 中选择“位置服务”箭头,然后选择您创建的包含一个坐标的 GPX 文件。
You can create a GPX file with a single coordinate and add it to your project. Once created, you can then select the "location services" arrow in xcode, then select the GPX file you created with your one coordinate in it.
不要使用核心位置,而是覆盖它并插入您自己的坐标。
只需确保在发货前恢复即可:p
Instead of using Core Location, override it and plug in your own Coordinates.
Just make sure you revert back before you ship :p