如何获取“位置” UI工具栏按钮?
我想添加一个类似于苹果地图应用程序中的“定位”按钮。
^There
我查看了边框按钮的选项,但没有列出。我怎样才能添加其中之一?
提前致谢。
I was looking to add a "locate" button similar to the one in Apple's Map app.
^There
I looked in the options for bordered buttons but it's not listed. How can I add one of these?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你必须自己创建它。
例如,使用
UIBarButtonItem
的以下方法:You have to create it yourself.
For example, using this method of
UIBarButtonItem
: