Skip to content

Instantly share code, notes, and snippets.

View wkhatch's full-sized avatar

William Hatch wkhatch

  • Central New York
View GitHub Profile
@wkhatch
wkhatch / gist:3073554
Created July 9, 2012 00:30
Map View setup
-(void)setupView
{
//config and setup; get our map and show it
self.backButton.alpha = 0.0;
self.backButton.enabled = NO;
self.listingLocation = [self getLocationFromListing:self.doddleListing];
self.headerLabel.text = @"Calculating...";
//setup our mapView
AddressAnnotation *addAnnotation = [[AddressAnnotation alloc] initWithCoordinate:self.listingLocation];
//addAnnotation.mTitle = [self.doddleListing listingName];