UITableView__cell 距tableview顶端有间距 如何去掉这个间距呢?解决方法如下: //top 为cell距顶端的间距 (一般为负值)self.formTable.contentInset = UIEdgeInsetsMake(top, 0, 0,0);