也许你可以尝试覆盖UITableViewCell.layoutSubviews方法
UITableViewCell.layoutSubviews
- (void)layoutSubviews { [super layoutSubviews]; [self.contentView layoutSubviews]; // this does the trick }