iOS11 最简单的适配----tableView,backBarButtonItem相关问题解决方案
tableView跑偏的解决方法:self.tableView.estimatedRowHeight=0;self.tableView.estimatedSectionHeaderHeight=0;self.tableView.estimatedSectionFooterHeight=0;if(@available(iOS11.0,*)){self.tableView.contentInsetAd