I have an app with a button covering the whole screen and with smaller buttons on top of this button. When I press the button I write a text that shows the position of the finger, but when I put my fi
Every time I hit cmd+R it jumps the editor window to the main.m and highlights this for a fraction of a second:
Xcode 3.2 showed me the values of variables. Now in Xcode 4.2 when I debug and it stopped in a scope, I can\'t see the values of variables anymore. The variables view on the lower left s开发者_运维问答
I am doing the f开发者_开发知识库ollowing in viewDidAppear: SettingsViewController *svc = [[SettingsViewController alloc]init];
EDIT: Problem solved! After cleaning and rebooting it just disappeared! I don\'t know what caused this!
I would like to pass two strings from current view to userViewController when this one is initialized. Will be possible to init userViewController with, in my case开发者_运维问答, two strings? Sorry i
I\'ve tried every possible fields but can not find the number of times开发者_运维技巧 functions are called.
I am used to setting breakpoints in my obj-c code in Xcode and then stepping into/out of my methods, but I don\'t fully understand what happens when I find myself stepping through Apple framework code
I just upgraded to Xcode 4.2 and iOS SDK 5 earlier today. But everything seems different with new compilers.
I have a very simple NSURLConnection call that works perfectly in all iOS versions except iOS 5.Since this is a \'sendSynchronousRequest\' call, there are no NSURL delegates declared anywhere in the a