I want to change an image periodically in a UIImageView in my application, and the image will come from the web. Can I run JavaScript enabled pages in a UIWebView? Or are there any other ways to implement this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
I think JavaScript is the wrong approach. (You start off talking about a UIImageView - I guess that is where you want your image?) Use an NSTimer to update your image. You can easily fetch an image from a URL http://blogs.oreilly.com/digitalmedia/2008/02/creating-an-uiimage-from-a-url.html |
|||
|
|
|
Edit: Oh, sorry, I missed that you wanted to place the image in a Just use
You can also perform any methods etc...
|
||||
|
|