一個成功的拳擊手, 就是在眾多的打擊和跌倒後爬起來。人生亦如是。
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Title" message:@"Message" delegate:nil cancelButtonTitle:@"Cancel" otherButtonTitles:nil]; [alert show]; [alert release];