Connect AGSMapView in tab bar based application

417
1
11-27-2010 02:41 AM
PaulLohr
Occasional Contributor III
I have a new ArcGIS for iOS project that is tab bar based. In summary, I have not been able to find where to connect the Interface builder object "AGSMapView" with the AGSMapView variable "mapView1".

An AGSMapView variable has been setup with IBOutlet specified (called mapView1). There is a MainWindow.xib and MapView.xib.  MainWindow.xib has three tabs, one of which has its NIB Name set to MapView. I have looked at the Connections Inspector trying to find where to connect the mapView1 variable to the AGSMapView Interface Builder object but so far have not been able to find mapView1 in either of the XIB files. Any ideas?
0 Kudos
1 Reply
PaulLohr
Occasional Contributor III
Ok, I figured it out. File's Owner in the xib file holding the AGSMapView had its class identity set to "UIViewController" instead of the actual name of the controller, "MapViewController".
0 Kudos