I have a mapView in a view in a nib file with the delegate set to file's owner and the outlet is set to IBOutlet MKMapView* mapView;
the problem I'm having is that the map is above all other objects. If I add a UIView you don't see it because it is beneath the map.
any idea why this might happen? I haven't had this problem before
thanks.