我有一个 iPhone 应用程序,它使用在 MapView 上拖动注释,这可能是 iPad 吗?
我正在尝试使用:
(void)mapView:(MKMapView *)mapView annotationView
:(MKAnnotationView *)annotationView didChangeDragState
:(MKAnnotationViewDragState)newState fromOldState
:(MKAnnotationViewDragState)oldState
并且在为 iPad 构建此程序时遇到错误,但我后来意识到它是 iOS 4 特定的,因此它无法在 iPad 上运行。有没有类似的东西可以用于 iPad?
I am trying to use:
(void)mapView:(MKMapView *)mapView annotationView
:(MKAnnotationView *)annotationView didChangeDragState
:(MKAnnotationViewDragState)newState fromOldState
:(MKAnnotationViewDragState)oldState
And was getting errors when building this for the iPad, but I have since realised that it is iOS 4 specific, so it won't work on the iPad. Is there anything similar that I can use for the iPad?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
1°) 你应该用 < 包裹你的代码预>< /预>或者执行 crt+k
2°)您可以等待目前处于 beta2 状态的 iPad 版 iOS 4.2。 1个月后我将被释放。或者你可以购买一个苹果开发者帐户(100 美元/年),然后下载 Beta SDK :-)
我不知道你还能做什么,但祝你好运!
1°) You should wrap your code with < pre >< /pre > or do a crt+k
2°) You can wait the iOS 4.2 for iPad that is currently under beta2. I will be released in 1 month. Or you can buy a apple developer account (100$ / year) and then download the Beta SDK :-)
I don't know what else you could else, but good Luck !