在您的自定义UITableViewCell类中添加以下内容: override func layoutSubviews() { super.layoutSubviews() textContent.sizeToFit() }