如何找到tableview cell垂直居中位置?

如何找到tableview cell垂直居中位置?
CGFloat height = self.frame.size.height – 10;
self.audioButton.frame = CGRectMake(self.contentView.frame.size.height/2-height/2, 5,height , height);

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注