Skip to content

Instantly share code, notes, and snippets.

@fsvehla
Created September 5, 2010 07:23
Show Gist options
  • Save fsvehla/565825 to your computer and use it in GitHub Desktop.
Save fsvehla/565825 to your computer and use it in GitHub Desktop.
UIAlertView *alert = [[UIAlertView alloc] initWithTitle: @"Webservice"
message: [request.error localizedDescription]
delegate: self
cancelButtonTitle: @"Allright"
otherButtonTitles: nil, nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment