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

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -