Im making a async request but when I try to parse it with this code - (void)connectionDidFinishLoading:(NSURLConnection *)connection {
I am making a async request and I\'m getting a EXC_BAD_ACCESS on [responseData setLength:0]; The Code is:
I have an iOS application where you select an option before you log in开发者_JAVA百科. The way it works is that you click on the button that says \"Select\", then it takes you to a UITableViewControll
whats I missed? NSString * configPath = nil; -(IBAction)setPlistPathAndWriteData:(id)sender{ NSOpenPanel *panel = [NSOpenPanel openPanel];
I have a class with the following init method: - (id)init { self = [super init]; if (self) { // Initialization code here.
I\'m currently have a weird problem. I have an actionsheet with pickerView in with two button (cancel, and Ok).
I am 开发者_运维技巧a bit new to the iPhone, but I have done some work on the Mac before. In my App there is a text field. And if I´m editing this text field, the App crashes after a few types, and t
I have spent hours on this and read everybit on the web about memory management, zombies. leaks (tried instruments). But I cannot figure this one out. Does someone has a clue? I am getting a EXC_BAD_A
I\'m trying to test my app in the iPhone simulator so I click the \"run\" button. It shows the initial default splash screen but then it crashes with an EXC_BAD_ACCESS error.
So, another EXC_BAD_ACCESS topic on StackOverflow, but as I\'m new to Objective-C this is st开发者_如何学JAVAill a topic I don\'t really grasp yet. Even though I have done a lot of research about it a