iphone-3gs
recorder works on iPhone 3GS but not on iPhone 3G
I have a AVAudioRecorder, which gets initialized like: _recorder = [AVAudioRecorder alloc]; NSMutableDictionary *recordSettings = [[[NSMutableDictionary alloc] initWithCapacity:2] autorelease];[详细]
2023-01-12 05:19 分类:问答NSURLConnection on simulator and iphone performance issues
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[详细]
2023-01-01 03:16 分类:问答UITableView performance difference between Iphone 3G and 3GS?
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[详细]
2022-12-26 14:57 分类:问答iPhone Development - Assisted GPS
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[详细]
2022-12-26 01:12 分类:问答Fast sine/cosine for ARMv7+NEON: looking for testers…
Could somebody with access to an iPhone 3GS or a Pandora please test the following assembly routine I just wrote?[详细]
2022-12-13 13:07 分类:问答Get iPhone's camera resolution?
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[详细]
2022-12-10 10:40 分类:问答Touch and focus on 3GS with showsCameraControls = NO
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[详细]
2022-12-09 01:31 分类:问答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 分类:问答