开发者

How to get placemark address output in to single UITextfield

开发者 https://www.devze.com 2023-04-02 07:23 出处:网络
I am following http://developer.apple.com/library/ios/#samplecode/CurrentAddress/Listings/Classes_MapViewController_m.html#//apple_ref/doc/uid/DTS40009469-Classes_MapViewController_m-DontLinkElementID

I am following http://developer.apple.com/library/ios/#samplecode/CurrentAddress/Listings/Classes_MapViewController_m.html#//apple_ref/doc/uid/DTS40009469-Classes_MapViewController_m-DontLinkElementID_6

this is tutori开发者_Python百科al for MKreversGeocoder. My question is how to get placemark address in to single textfield. As above tutorial is taking address in to tableview. please suggest me the code as this is requirement of my project. This might be simple but still I want the specific answer. thanks in advance


This is easily accomplished by building up an NSMutableString to hold the address properties of MKPlacemark and then assigning this string to the textfield. What exactly in this process don't you understand?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号