1. TableVIew向下拉44像素 添加Auto layoutcode
2. Extended edge 选择Under top barsio
2. 在Viewdidload中添加代码table
if ([[UIDevice currentDevice].systemVersion floatValue] >= 7){ tableView.contentInset = UIEdgeInsetsMake(20, 0, 0, 0); }