Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要一个位置选择器,比如 appstore 上的 iPhone Flava 应用程序。事实上,它上面有一个图像,它的中心到 iPhone 屏幕的中心。用户滚动地图,每当按下添加位置按钮时,当前中心点将被添加为位置。见附图。谁能告诉我我怎么能得到这个???
提前谢谢。
对于十字准线:在MKMapView.
MKMapView
对于中心,请参见MKMapView's property centerCoordinate。
centerCoordinate
要从该坐标在地图上进行注释,请阅读 Apple 文档中的注释地图。