你可以试试这样: UITableViewCell *cell = (UITableViewCell *) [self.tableView dequeueReusableCellWithIdentifier:cellName]; 至于高度的话,你可以动态根据cell里面的内容的高度来设定cell的高度。