Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Tried this without luck
- (void)loadView {
MKMapView *gmap = [[MKMapView alloc] initWithFrame:self.view.frame];
[self.view addSubview:gmap];
}

so I'm asking if there's any (coding) tutorial to create a MapView
 
Wirelessly posted (Mozilla/5.0 (iPod; U; CPU iPhone OS 2_2_1 like Mac OS X; en-us) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.1 Mobile/5H11 Safari/525.20)

slavemonster said:
Tried this without luck


- (void)loadView {


MKMapView *gmap = [[MKMapView alloc] initWithFrame:self.view.frame];


[self.view addSubview:gmap];


}





so I'm asking if there's any (coding) tutorial to create a MapView





EDIT: stupid mobile forums removing parts of the previous post.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.