Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. - (void)showRatingAlert {
  2.     UIAlertView *alertView = [[[UIAlertView alloc] initWithTitle:APPIRATER_MESSAGE_TITLE
  3.                              message:APPIRATER_MESSAGE
  4.                             delegate:self
  5.                    cancelButtonTitle:APPIRATER_CANCEL_BUTTON
  6.                 otherButtonTitles:APPIRATER_RATE_BUTTON, APPIRATER_RATE_LATER, nil] autorelease];
  7.     [alertView show];
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement