IPhone SDK创建并显示警报
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IPhone SDK创建并显示警报相关的知识,希望对你有一定的参考价值。
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Alert" message:@"You've Been Alerted" delegate:self cancelButtonTitle:@"Dismiss" otherButtonTitles:nil]; [alert show]; [alert release];
以上是关于IPhone SDK创建并显示警报的主要内容,如果未能解决你的问题,请参考以下文章