我真的很想知道如何将特定图像从网站加载到UIPageController中。 这对我来说有点混乱,也许是因为我是初学者,我不知道......
答案 0 :(得分:0)
你想一次做多件事
[NSData dataWithContentsOfURL:theImageURL]
或更好,通过[NSURLConnection sendAsynchronousRequest:queue:completionHandler:]
异步执行。[UIImage imageWithData:theData]
UIImageView
如果您不知道图片网址,则必须解析HTML并使用NSXMLParser