摘要: 在UIViewController中收起键盘,除了调用相应控件的resignFirstResponder方法外,还有另外三种方法:1.重载UIViewController中的touchesBegin方法,然后在里面执行[self.view endEditing:Yes];这样单击UIViewCont... 阅读全文
posted @ 2015-08-24 16:00 cocoajin 阅读(214) 评论(0) 推荐(0)