2015年12月14日

Assertion failure in -[UITableView dequeueReusableCellWithIdentifier:forIndexPath:]

摘要: 在看精通IOS开发一书的UITableView时候遇到这个问题, UITableView *tableView = (id)[self.view viewWithTag:1]; tableView.rowHeight = 65; UINib *nib = [UINib nibWithNib... 阅读全文

posted @ 2015-12-14 17:16 Vicky_Liu 阅读(223) 评论(0) 推荐(0)

导航