J'ai vu le morceau de code suivant:
//example.h
MKMapView * mapView1;
@property (nonatomic, retain) MKMapView * mapView;
//example.m
@synthesize mapView = mapView1
Quelle est la relation entre mapViewet mapView1? Crée-t-il une méthode setet getpour mapView1?