UITableView 设置偏移高度

 //用于向上偏移高度,也就是说隐藏tableView前面高度为50的区域。不让它显示。。
[Tableview setContentInset:UIEdgeInsetsMake(-50, 0, 0, 0)];
原文地址:https://www.cnblogs.com/qingjoin/p/2669384.html