xiaozhuxiong121/PGPickerView

setDate 在12月 会出现选到11月的情况

alotofleo2 opened this issue · 0 comments

centerTableView.contentOffset = CGPointMake(0, row * blockSelf.rowHeight);
修改成
centerTableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:row inSection:0] atScrollPosition:(UITableViewScrollPositionTop) animated:NO];
可修复