I have a AVAudioRecorder, which gets initialized like: _recorder = [AVAudioRecorder alloc]; NSMutableDictionary *recordSettings = [[[NSMutableDictionary alloc] initWithCapacity:2] autorelease];
I\'m experiencing a weird problem and i wonder if anybody else has noticed this: I\'m using NSURLConnection as it appears in apple\'s examples to get xml files from a certain server - pretty straight
I managed to put my new app on an adhoc distribution but I just noticed that I only have 3GS\'s ... It is working quite good on the开发者_如何转开发 3GS (could be a bit faster but that\'s fine) ... b
What\'s the deal with iPhone\'s GPS? I never get a good reading when i\'m in my office building, or in my room. What really ticks it! and what doesn\'t? Please help me understand 开发者_运维知识库the
Could somebody with access to an iPhone 3GS or a Pandora please test the following assembly routine I just wrote?
Is there any way to get the resolution of the iPhone\'s camera? Apparently the 3G has 1200x1600, and 3GS has 1500x2000, but how do I obtain these values from inside my code (without taking the picture
Im developing a program that makes use of UIImagePicker custom class made by me, and the thing is I want to be able to use the manual-focus feature on the 3GS (the part where the user points where the
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.