UIScrollView的scrollIndicatorInsets属性

设置scrollview滑动条的位置;
当你设置了contentInset,为了保证滑动条跟scrollview内容保持一致,所以

self.tableView.scrollIndicatorInsets = self.tableView.contentInset;

你可能感兴趣的:(ios)