uiview - Displaying an Online Image Objective C -
i have tried getting online image posted on uiview doesn't load. can me out
i have used http://snipplr.com/view.php?codeview&id=23024
its not loading, keep getting errors.
im trying build http://itunes.apple.com/us/app/quotes/id504790688?mt=8
thank
[self.imageview setimagewithurl:[nsurl urlwithstring:@"http://www.example.com/path/to/image.jpg"] placeholderimage:[uiimage imagenamed:@"imagetoshowiforiginalnotfound.png"]];
this assuming using sdwebimage library
Comments
Post a Comment