設(shè)置scrollview滑動(dòng)條的位置;
當(dāng)你設(shè)置了contentInset,為了保證滑動(dòng)條跟scrollview內(nèi)容保持一致,所以
self.tableView.scrollIndicatorInsets = self.tableView.contentInset;
設(shè)置scrollview滑動(dòng)條的位置;
當(dāng)你設(shè)置了contentInset,為了保證滑動(dòng)條跟scrollview內(nèi)容保持一致,所以
self.tableView.scrollIndicatorInsets = self.tableView.contentInset;