Hi All
In my iphone app, I have an XIB with associated UIViewController. The app needs a switching between two screens:
screen1: showing UIImagePickerController with camera ONLY
screen2- An MKMapView.
Both the screens have an overlying view containing that xib. The problem is that as camera screen only appears as modal, so how can we show the overlying screen to appear in both the screens [screen1 and scree2]. Also I do not want to duplicate the xib screen to appear in both screens as the xib screen has some dynamic data that needs a selection [a group of selection buttons]
Thanks
Arnieterm
In my iphone app, I have an XIB with associated UIViewController. The app needs a switching between two screens:
screen1: showing UIImagePickerController with camera ONLY
screen2- An MKMapView.
Both the screens have an overlying view containing that xib. The problem is that as camera screen only appears as modal, so how can we show the overlying screen to appear in both the screens [screen1 and scree2]. Also I do not want to duplicate the xib screen to appear in both screens as the xib screen has some dynamic data that needs a selection [a group of selection buttons]
Thanks
Arnieterm