views:

8

answers:

0

through parsing i have got two image links in an array which i want to display into my WebView each one after an interval of 5 seconds..as i am loading webview in my ViewDidLoad method i cannot determine where to use

NSTimer scheduledTimerWithTimeInterval:.1 target:self selector:@selector(moveACar) userInfo:nil repeats:YES]

and where to change the image link?? any suggestions??