如何在 iPhone SDK 中单击 MKMapView 中的注释图钉切换到另一个视图?
我正在制作一个 iPhone 应用程序,其中需要地图。
我正在使用 MKMapView 来实现这一点。我在特定点放置了注释。
我希望当我单击该注释引脚时,它应该带我到另一个视图控制器。
我该怎么做?我是这个 MKMapView 的新手。
I am making an iPhone app where in there is a requirement of a map.
I am using MKMapView for that. I have placed an annotation at a particular point.
I want that when I click that annotation pin then it should take me to another view controller.
How can I do this? I am new in this MKMapView.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你想直接点击pin去另一个viewcontroller。有这个MapView的委托
If you want to go to another viewcontroller by clicking the pin directly. There is this delegate of MapView