摘要:
1、通过在textView中键盘上方添加一个toolBar来实现取消键盘的功能,可以添加其他功能:1 UIToolbar * topView = [[UIToolbar alloc] initWithFrame:CGRectMake(0, 0, 320, 30)]; 2 [topView setBarStyle:UIBarStyleBlackTranslucent];3 4 UIBarButtonItem * btnSpace = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSyste... 阅读全文