pomozoff/caspianphone

Use single alert method

pomozoff opened this issue · 0 comments

++ (void)showAlertWithTitle:(NSString *)title

  •               message:(NSString *)message
    
    +{
  • UIAlertView *alert = [[UIAlertView alloc] initWithTitle:title message:message delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil];
  • [alert show];
    +}