阿栋

marvin2_yul

导航

设置table距离顶部位置

 

//UIEdgeInsetsMake———— UIEdgeInsets insets = {top, left, bottom, right}

self.tableView.contentInset = UIEdgeInsetsMake(30, 0, 0, 0);

posted on 2016-07-20 17:51  阿栋  阅读(820)  评论(0)    收藏  举报