开发者

Retrieving an object by a url

开发者 https://www.devze.com 2023-02-13 12:13 出处:网络
开发者_StackOverflowIf a list of NSUrls is available, how can the objects for those urls be fetched?Use NSURLConnection - give it an NSRequest, which you build from the NSURL.
开发者_StackOverflow

If a list of NSUrls is available, how can the objects for those urls be fetched?


Use NSURLConnection - give it an NSRequest, which you build from the NSURL.

0

精彩评论

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