2012年11月18日

iPhone开发之 UIAlertView

摘要: UIAlertView是一个交互性比较好的控件,一般我们可以理解为“弹出框”或者“提示框”,但是在ios里面,有它专用的名字,就是UIAlertView。下面介绍下UIAlertView的使用等情况。本文转自 http://www.999dh.net/article/iphone_ios_art/25.html 转载请说明,谢谢!1.最简单的一个实例UIAlertView * alert = [[UIAlertView alloc] initWithTitle:@"Tip" message:@"You Click Me" delegate:nil can 阅读全文

posted @ 2012-11-18 18:12 景树园 阅读(155) 评论(0) 推荐(0)

导航