Here goes a newbie question: Create a new project in Xcode: File > New Project and select Navigation-based Application from iPhone OS templates.
Can anyone enlighten me as to why i\'m getting an EXC_BAD_ACCESS on this chunk of code? I ran Instruments with Allocations and NSZombie enabled, and it said i messaged a zombie, but can\'t see whats u
I have a superweird problem: I get a cras开发者_StackOverflow社区h (EXC_BAD_ACCESS) when running my app with Release as active configuration on my 3.1.3 iPhone 3G. (works well in debug configuration
In the current view that I am in, a button touch-up-inside event leads to the following action: (Note that while in the Debugger, I\'ve verified that both [self navigationController] and the instanti
I have a plist written from a NSMutableArray by [NSMutableArray writeToFile]. When trying to load that same plist with the following code:
I\'m trying to present a viewcontroller modally: - (IBAction)addReference { ReferenceAddViewController *referenceAddViewController = [[ReferenceAddViewController alloc] initWithNibName:@\"ReferenceA
I have spent hours trying to get my project working and I just can\'t get it working. Basically, I\'m trying to use NSUserDefaults to save a custom object when the user hits a save button and load al
i am using a UINavigationController in my application. in the first view i am displaying some information and have a button for loading an picture from the camera. this works fine so far. when the pic
OK, This is a method from my program that keeps giving the EXC_BAD_ACCESS error and crashing. I indicated the line below. questionsShown is a readwrite property and points to an NSMutableArray that I
I am using FMDB to deal with my database which works fine. The app uses a background thread which is doing some work and needs to access the database. At the same time the main thread needs to run som