i have xcode 3.1.3and xcode 3.2.1 installed For sure now I use 3.2.1 with Sdk 4 to develop new apps. But what if I like to test a App compiled with sdk 4 on a
I want to test my application on older iOS versions. I am using weak linking for new frameworks and branches in the code for different OS version. But after some complaints from users running iOS 3.1.
I have an app that runs on iPad and iPhone running iOS 3.2, but when I try to install it in the simulator it freezes - unresponsive interface (a UIAlertView at this point), no console messages, no cra
I have slider in my table\'s cell, here is my slider initialization code: UISlider* slider = [[UISlider alloc] init];
Riddle me this: I am using a NSURLConnection on an iPhone Simulator SDK 3.1.2 object to issue multiple sequential (not concurrent) https requests. Everything works fine 95% of the time, but every so o
Running the latest version of XCode, I run into the problem that when I try to start apps on the simulator multiple times. I have to quit the actual running app by click开发者_如何学Cing twice on the
I\'ve got a simple UIImagePickerController which tries to grab the original selected image: if ([UIImagePickerController isSourceTypeAvailable:
I want to ask about the passing parameter in objective C on iPhone simulator. Is it possible to pass an parameter (e开发者_运维知识库.g. NSArray) to the delegate method?
Usually I use gdb backtrace to debug my application, but recently I can no longer do it when testing on iPhone simulator. The blue g开发者_如何学Pythondb word stops being displayed on console, and not
So I\'m currently using UI_USER_INTERFACE_IDIOM in conjunction with [[UIDevice currentDevice] model] to check if I\'m on an iPhone, iPod or iPad. What I\'ve found is that in the iPad simulator 3.2, UI