iOS UITableViewCell 高度自適應的解決方案

// 設置預加載cell高度 tableView.estimatedRowHeight = 55; // 自動適應cell高度 tableView.rowHeight = UITableViewAutomaticDimension; 或者web - (CGFloat)tableView:(UITableView *)tableView estimatedHeightForRowAtIn
相關文章
相關標籤/搜索