I\'m trying to install an ad hoc-provisioned iPhone app compiled under the 3.1.2 SDK on a device running iPhone OS 3.0 via iTunes. I\'m getting a message \"The application was not installed b开发者_St
I\'m trying to use the UIImagePickerController interface from OS 3.1, with the cameraOverlayView and takePicture, but I\'ve clearly failed to understand how this works, and so I\'m not getting the beh
My app uses the camera, 开发者_Python百科and I added the zoom function thanks to 3.1 API (cameraViewTransform most importantly). But I want my app to run also on 3.0 (without the zoom of course). The
I have the following code: SecondViewController *secondView = [[SecondViewController alloc] initWithNibName:@\"SecondViewController\" bundle:nil];
I need to rotate the content of the mapView according to the compass value: float myHeadi开发者_StackOverflowngValue = newHeading.trueHeading;
I\'m working on an iPhone project in which the developer that created it has left the company. The Boss asked me to ensure it compiles on the 3.1 iPhone SDK.
The app crashes on the tester\'s device (with OS 3.1) but does well on the simulator and my device with OS 3.0.
I have a problem where my UITableView (group style) has a black \"tip\" above it\'s rounded corner. I\'m setting up the background of the tableview like so:
I am trying to pick a video from the photo library. In principle I know how to do it you set the mediaType of the image picker to an NSArray with kUTTypeMovie as its only object.