Hullo, I am experimenting a very vicious crash that shows up in the following way in the device logs: Exception Type:EXC_BAD_ACCESS (SIGSEGV)
I want to retrieve the username of the member who publish something in Facebook with my iPhone App. I got it but in bad format.
I am seeing this wired problem where when i launch my app i get continuous(4-5 times) error message sometime it says
In one of my apps, I\'d like to call asynchronously a php page I have written (http://serveradress/page.php?date=20111231), and I would be sure to know if the p开发者_StackOverflow社区age could be cal
At one place in my app, I initialize an asynchronous request using NSURLConnection: NSURLRequest *request = [[NSURLRequest alloc] initWithURL:[NSURL URLWithString:[self.URLs objectForKey:@\"API URL\"
I am running out of ideas with this problem. I have a UITabbarcontroller and 2 Tabs with Navigationcontrollers in there.
NOTE: THE PROBLEM IS NOT IN THIS CODE, BUT THE ANSWER FOR EXC_BAD_ACCESS is what @strange said. I am getting this EXC_BAD_ACCESS after viewForHeaderInSection method gets called, guys I have been debu
I have a ViewController declared as: @interface DownloadViewController : UIViewController <UITableViewDataSource, UITableViewDelegate>
I need to play 3 audio files in sequence, from 3 different 开发者_运维技巧URLs in my iPhone app.
So why is it that you instantiate a NSURLConnection and then release it on the next line? I know that it involves the use of delegate, bu开发者_JAVA百科t I\'m a little confused.You should not release