2010年5月26日
摘要: CGRect frame = CGRectMake(cell.frame.origin.x, cell.frame.origin.y, self.view.bounds.size.width, 44); textFieldFunction = [[UITextField alloc] initWithFrame:frame]; textFieldFunction.borderStyle = UIT... 阅读全文
posted @ 2010-05-26 10:14 fairycao 阅读(497) 评论(0) 推荐(0)