码迷,mamicode.com
首页 >  
搜索关键字:带输入框的uialertview    ( 4个结果
【代码笔记】带输入框的UIAlertView
一,效果图。二,代码。//点击任何处,弹出输入框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ UIAlertView *dialog = [[UIAlertView alloc] initWithTit...
分类:其他好文   时间:2015-12-23 10:37:20    阅读次数:112
带输入框的UIAlertView
UITextField * textFiled1; UITextField * textFiled2; UIAlertView * alert = [[UIAlertView alloc]initWithTitle:@"请输入" message:@"账号和密码" delegate:self cancelButtonTitle:@"取消" otherButtonTitl...
分类:其他好文   时间:2015-04-22 18:17:17    阅读次数:130
带输入框的UIAlertView
-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ UIAlertView *dialog = [[UIAlertView alloc] initWithTitle:@"请输入分组名称" message:@"\n" de....
分类:其他好文   时间:2014-11-24 17:06:04    阅读次数:160
带输入框的UIAlertView
效果图:代码://点击任何处,弹出输入框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ UIAlertView *dialog = [[UIAlertView alloc] initWithTitle:@...
分类:其他好文   时间:2014-10-21 15:14:25    阅读次数:147
4条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!