Here the code : - (void)addAnswerWithNumber:(NSString *)numberAnswer { UIButton *aButton = [[UIButton buttonWithType:UIButtonTypeCustom] retain];
I have an application which displays data in a UITableView. However, it crashes when i try to reveal the bottom rows. Hope someone can shed some light on why this is happening.
I have an app that uses a GoogleMap view. Into that app, I want to display some custom anotations, and a custom view for the userLocation. When the location manager gives a heading, I want to display
I have an app that has a strange bug. I have registered the UIApplicationDidBecomeActiveNotification event, so when my app comes back from background, it does some things. I can play with that for h
I am using https://github.com/rs/SDWebImage to load images in a UITableView. Here is how i implemented it (simple), inside cellForRowAtIndexPath
Hy I\'ve got a UIView. In one method, I alloc a WebView, and set it\'s to a retain property. self->webView= [[UIWebView alloc] initWithFrame:self.frame];
This is by far the weirdest problem I\'ve been stuck with. I have a UIViewController on a UINavigationController and I want to call a method at viewDidAppear using NSInvocationOperation so it can run
My app uses Location Manager. I see the above error after the updateService is stopped, and the delegate is set to nil. Here\'s the code:
printf(\"what is your name?\"); gets(send_name); strcpy(send_name2, strcat(\"You are connected to \", send_name));
Using Core Data, I have a fetch request to fetch the minimum of a certain attribute using an expression. If I set a predicate on the request that results in no results being matched, I get EXC_BAD_ACC