Hey,
I have written an app, but now have to change all of my webviews to image views (long story) Anyways, how would I change the followong code so that it would work with an imageview? Thanks!
Code:
- (IBAction)animated:(id)sender
{
switch([self tabIndex])
{
case 0:
[self navToURL:@"http://radar.weather.gov/Conus/Loop/NatLoop.gif"];
break;
}