摘要: 一、效果二、代码实现- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [self sheetTest1];}/**注意:不能在上拉菜单中添加文本框 如果强行添加了文本框,会报运行时错误: reason: 'Tex... 阅读全文
posted @ 2015-11-18 14:08 我就叫M 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 一、效果二、实现- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [self alertTest3];}/*** 文本对话框*/- (void)alertTest3{ //1.创建UIAlertController... 阅读全文
posted @ 2015-11-18 09:27 我就叫M 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 一、效果二、实现- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [self alertTest2];}/*** Destructive :“警示”样式*/- (void)alertTest2{ //1.创建UIA... 阅读全文
posted @ 2015-11-18 09:23 我就叫M 阅读(419) 评论(0) 推荐(0) 编辑