I use following code for parsing: //init parser with readStr NSData* xmlData = [stringToParse dataUsingEncoding:NSUTF8StringEncoding allowLossyConversion:YES];
I sometimes get crash reports about an EXC_BAD_ACCESS with NSURLConnection (i guess it\'s about NSURLConnection according to crash reports).
I have an iPhone SDK application that has several views that appear and disappear as the user creates content.After using the application on a device for a while, I get the following crash:
I\'m trying to implement the Paparazzi 2 assignment from the Stanford CS193 course and I\'m running into a problem.My one call to save the database is when the app exits (I\'m borrowing heavily from M
I have a cover flow and it has 3 different image sets. One of them needs to be generated and I have been trying to get it populated with a thread for larger selections of images.
I\'m trying to use a simple UITextView in a basic view, but it causes the app to crash sporadically. Sometimes it crashes while I\'m typing something in it, sometimes when I\'m scrolling, sometimes af
I have a scroll view app which runs fine on the simulator, however, when installed on the device, it gives me an EXC_BAD_ACCESS, when i attempt to scroll one page. I have ran it through Instruments wi
I am trying to create a 1-2 second splashcreen for my application using a modal view controller however when i try to dismiss the view my application crashes with a bad access error. So in my applicat
Thanks for your help on this one. I am pulling a NSDictionary from a plist in my main bundle and am having troubles. Here is the code:
I am currently using the pragmatic screencast on Objective-C to help me program in objective-c. I have a background in Java and C++, but I am having a very difficult time getting used to everything in