热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

xcode7:error:源文件中的编辑器占位符-xcode7:error:editorplaceholderinsourcefile

Iamtryingtocreateabuttononapplemapsthatwillrelocatetheuserifheorshenavigateselse

I am trying to create a button on apple maps that will relocate the user if he or she navigates elsewhere. I found some old solutions to this problem for like ios 7 or 8 which no longer worked in ios 9. This is what I tried

我正在尝试在苹果地图上创建一个按钮,如果用户在其他地方导航,它将重新定位用户。我为这个问题找到了一些旧的解决方案,比如ios 7或8,它们在ios 9中已经失效了。这就是我所尝试的

@IBAction func locateMe(sender: AnyObject) {

    self.mapView.setUserTrackingMode(MKUserTrackingMode, animated: true)

}

there are no errors before I try to run it but when I do it says: editor placeholder in source file

在我尝试运行它之前没有错误,但是当我这么做时,它说:在源文件中编辑占位符。

1 个解决方案

#1


-1  

I didn't solve the bug issue, But i did realize how easy it was to get the re auto locate button to work. The code that I used to initially get the auto location just needs to be copied and pasted into the button action brackets and will rerun the code when tapped.

我没有解决bug问题,但是我意识到让re自动定位按钮工作是多么容易。我最初获取自动位置的代码只需要复制并粘贴到按钮操作括号中,并在单击时重新运行代码。


推荐阅读
author-avatar
mobiledu2402852413
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有