一,效果图。二,代码。//点击任何处,弹出输入框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ UIAlertView *dialog = [[UIAlertView alloc] initWithTit...
分类:
其他好文 时间:
2015-12-23 10:37:20
阅读次数:
112
UITextField * textFiled1;
UITextField * textFiled2;
UIAlertView * alert = [[UIAlertView
alloc]initWithTitle:@"请输入"
message:@"账号和密码"
delegate:self
cancelButtonTitle:@"取消"
otherButtonTitl...
分类:
其他好文 时间:
2015-04-22 18:17:17
阅读次数:
130
-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ UIAlertView *dialog = [[UIAlertView alloc] initWithTitle:@"请输入分组名称" message:@"\n" de....
分类:
其他好文 时间:
2014-11-24 17:06:04
阅读次数:
160
效果图:代码://点击任何处,弹出输入框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ UIAlertView *dialog = [[UIAlertView alloc] initWithTitle:@...
分类:
其他好文 时间:
2014-10-21 15:14:25
阅读次数:
147