2013年1月6日
摘要: UITableViewCell的contentView中的UITextField的值获取有几种方法,本人简单总结一下。1. 获取UITextField所以Cell的NSIndexPath,知道了NSIndexPath就知道了这个UITextField是干什么的了。可以在- (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string { //get cell UITableViewCell *cell = ... 阅读全文
posted @ 2013-01-06 11:15 easonoutlook 阅读(9722) 评论(1) 推荐(0) 编辑