有時候需要設(shè)置tableview的滾動條偏移位置,一句話搞定。self.tableView.scrollIndicatorInsets = UIEdgeInsetsMake(0,0,49,0);