07-05-2009, 02:14 PM
|
#2 (permalink)
|
|
Top Contributor
Join Date: Apr 2009
Location: N/A
Posts: 478
|
Quote:
Originally Posted by williamlegate
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;
}
|
No one?
|
|
|