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

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -