
When coding an app I found for a tutorial on using the MapKit facility on iphone, when running the app simulator, I find the title of the app called 'My Map View'.
I did a search on the words and it came up with nothing in the code workspace. Is this because the title is automatically shown as this from the Mapkit framework? Can I change it? How would I get to the code piece?
Also, I had a look at the nib file, and because the app has been fully programatically coded in the map, there is no nav bars etc. Everything has been hardcoded in, which doesn't help me at this point.