标签:style ar color sp on log bs ad tt
-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{
UIAlertView *dialog = [[UIAlertView alloc] initWithTitle:@"请输入分组名称" message:@"\n" delegate:self cancelButtonTitle:@"添加" otherButtonTitles:@"取消",nil];
[dialog setAlertViewStyle:UIAlertViewStylePlainTextInput];
[[dialog textFieldAtIndex:0] setKeyboardType:UIKeyboardTypeNumberPad];
[dialog show];
}
标签:style ar color sp on log bs ad tt
原文地址:http://www.cnblogs.com/zhibin/p/4118731.html