Skip to content

Instantly share code, notes, and snippets.

@Majirefy
Created March 20, 2017 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Majirefy/6aa32b64053b2d8f77db49425e34f3a9 to your computer and use it in GitHub Desktop.
Save Majirefy/6aa32b64053b2d8f77db49425e34f3a9 to your computer and use it in GitHub Desktop.
UIAlertView alert = UIAlertView.alloc().init();
alert.setTitle("Info");
alert.setMessage("In order to see the global High Score, please login to GameCenter (Settings -> GameCenter)");
alert.addButtonWithTitle("Ok");
alert.show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment