求助 关于ios8 tableViewCell 自动化适应高度的问题

2025-03-22 05:50:48
推荐回答(1个)
回答(1):

你可以试试这样: UITableViewCell *cell = (UITableViewCell *) [self.tableViewdequeueReusableCellWithIdentifier:cellName]; 至于高度的话,你可以动态根据...