如何找到tableview cell垂直居中位置? by 好办法汇总Posted on 2014年12月30日 如何找到tableview cell垂直居中位置? CGFloat height = self.frame.size.height – 10; self.audioButton.frame = CGRectMake(self.contentView.frame.size.height/2-height/2, 5,height , height);