作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我只是想问一下如何执行seguewithidentifier
并打开一个新 View , 当信标位于应用程序范围内时。
请帮助我并提供示例和文档。谢谢。
最佳答案
您应该查看的教程:
这些链接都提供了如何使用 CoreLocation 来确定您的手机何时位于 iBeacon 范围内的示例。然后,您可以使用performSegueWithIdentifier
方法打开一个新的 View Controller ,如下所示:
self.performSegueWithIdentifier("segueToMyOtherVC", sender: self)
关于xcode - 当信标在范围内时如何使用 PerformSegueWithIdentifier,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36672578/
我是一名优秀的程序员,十分优秀!