quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

NSScreencast Episode #64 MapKit Annotations

MapKit Annotations - NSScreencast

4squareのAPIを使って地図にピンを打つ

  • Foursquare API Client
    • AFHTTPClient
    • viewDidLoad
      • updateLocation
    • CLLocationManager
      • locationManager
        • if (!_locationManager) {
          • _locationManager = [[CLLocationManager alloc] init
          • _locationManager.delegate = self;
        • return _locationManager;
      • didUpdateLocations
  • MKCoordinateRegion
    • mapView setRegion
  • SVProgressHUD
    • showErrorWithStatus
  • FSQFoursquareAPIClient fetchVenuesNear
    • updateAnnotations
  • Views/WARVenueAnnotation