UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"对不起!"
message:@"只能输入13位数!"
delegate:self
cancelButtonTitle:@"好"
otherButtonTitles:nil];
[alert show];
[alert release];
OC学习之UIAlertView初尝试(弹出警告)
最新推荐文章于 2023-05-22 23:34:20 发布