S slavemonster macrumors newbie Original poster Mar 19, 2009 3 0 Mar 19, 2009 #1 Anyone knows how to use the new mapkit?
Jeremy1026 macrumors 68020 Nov 3, 2007 2,215 1,029 Mar 19, 2009 #2 slavemonster said: Anyone knows how to use the new mapkit? Click to expand... Right now you have to do all the initializations in code (no IB). Its all in the documentation.
slavemonster said: Anyone knows how to use the new mapkit? Click to expand... Right now you have to do all the initializations in code (no IB). Its all in the documentation.
S slavemonster macrumors newbie Original poster Mar 19, 2009 3 0 Mar 22, 2009 #3 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
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
M macfanboy macrumors 6502a Jun 5, 2007 916 163 Mar 22, 2009 #4 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 Click to expand... EDIT: stupid mobile forums removing parts of the previous post.
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 Click to expand... EDIT: stupid mobile forums removing parts of the previous post.
I iPhoneBasti macrumors newbie May 6, 2009 1 0 May 6, 2009 #5 look at this tutorial.. look at this tutorial.. http://blog.objectgraph.com/index.php/2009/04/02/iphone-sdk-30-playing-with-map-kit/
look at this tutorial.. look at this tutorial.. http://blog.objectgraph.com/index.php/2009/04/02/iphone-sdk-30-playing-with-map-kit/