开发者

How to get placemark address output in to single UITextfield

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜