Skip to content

Instantly share code, notes, and snippets.

@c1800054work
Last active March 21, 2019 06:58
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 c1800054work/411c20aa0a178ffec7a9f6527a5afa85 to your computer and use it in GitHub Desktop.
Save c1800054work/411c20aa0a178ffec7a9f6527a5afa85 to your computer and use it in GitHub Desktop.
- (void)onLogout {
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"離開程式"
message:@"請確定是否離開程式"
delegate:self
cancelButtonTitle:@"取消"
otherButtonTitles:@"是的", nil];
[alert show];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment