Graphics Programs Reference
In-Depth Information
[worldView setMapType:MKMapTypeStandard];
} break;
case 1:
{
[worldView setMapType:MKMapTypeSatellite];
} break;
case 2:
{
[worldView setMapType:MKMapTypeHybrid];
} break;
}
}
Build and run the application and change the map type. However, if you quit the applica-
tion (and kill it from Xcode ), it won't remember the preference on the next launch.
Search WWH ::




Custom Search