摘要: 问题如题。解决方法:// TextField delegate method- (BOOL)textFieldShouldBeginEditing:(UITextField *)textField{ if (textField == YourTextField){ retrun NO; }... 阅读全文
posted @ 2014-11-19 09:25 rainckoo 阅读(593) 评论(0) 推荐(0)