iphone-sdk-3.1
Problem installing ad hoc-provisioned app built with SDK 3.1.2 on device running iPhone OS 3.0
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[详细]
2022-12-10 11:21 分类:问答iPhone: taking a picture programmatically
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[详细]
2022-12-10 07:20 分类:问答compile for 3.0 with optional support for 3.1 API
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[详细]
2022-12-09 19:03 分类:问答Dismissing UIImagePickerController
I have the following code: SecondViewController *secondView = [[SecondViewController alloc] initWithNibName:@\"SecondViewController\" bundle:nil];[详细]
2022-12-08 16:11 分类:问答Rotate the content of a MKMapView
I need to rotate the content of the mapView according to the compass value: float myHeadi开发者_StackOverflowngValue = newHeading.trueHeading;[详细]
2022-12-08 10:03 分类:问答Security Policy Error after Installing iPhone SDK 3.1
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.[详细]
2022-12-08 05:38 分类:问答iPhone App crashes on device with OS 3.1 not in simulator
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.[详细]
2022-12-08 05:19 分类:问答Black corners on UITableView Group Style
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:[详细]
2022-12-08 03:23 分类:问答Picking video from PhotoLibrary with UIImagePickerController in OS 3.1
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.[详细]
2022-12-08 02:59 分类:问答