NSString* messageString = [NSString stringWithFormat: @"End of Test. Your Score is: %d", Score];
UIAlertView *alert = [[UIAlertView alloc]
initWithTitle:@"Final Score"
message:messageString
delegate:self
cancelButtonTitle:@"Continue"
otherButtonTitles:nil];
[alert show];
[alert release];
No comments:
Post a Comment