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.
我真的很想知道如何将特定图像从网站加载到 UIPageController。对我来说有点困惑,可能是因为我是初学者,我不知道......
你想一次做多件事
[NSData dataWithContentsOfURL:theImageURL]
[NSURLConnection sendAsynchronousRequest:queue:completionHandler:]
[UIImage imageWithData:theData]
UIImageView
如果您不知道图像 URL,则必须解析 HTML 并使用类似的东西提取它NSXMLParser
NSXMLParser