New to objective c, and I am using ArcGIS for the map portion. I have a problem where the method mapViewDidLoad is not called/loaded. Here is some part of the code:
mapViewDidLoad
Just add self.mapView.delegate = self; in viewDidLoad
self.mapView.delegate = self;
viewDidLoad