I'm coding a tiny news application.
Actually, it's almost done.
Unfortunately, I cannot show the image of related news in its corresponding area.
set the filename of image "myImage" to myUrl doesn't work, naturally

Images are on the web and I don't want to download them into a temp directory.
And I can't use browser controls because there are hundreds of news.
I don't know how to deal hundreds of iOS controls, I don't want to either.
Is there a way to do this, like
Code: Select all
set the imageUrl of image "myImage" to "http://www.example.com/myimage.jpg"
Regards,
~ Ender Nafi Elekcioglu