Sean

Results 2 comments of Sean

![IMG_0178](https://user-images.githubusercontent.com/41556990/59590424-a4b6ca80-911e-11e9-949d-2c04fa4088d6.PNG) ![Uploading IMG_0177.PNG…]()

解决了,只需更改以下,🙏谢谢你的尺,用起来很方便! **LXMRulerView.m** ``` - (void)scrollViewDidScroll:(UIScrollView *)scrollView { if (self.rulerType != LXMRulerTypePicker) { return; } CGFloat offsetX = scrollView.contentOffset.x; if (Arabic) { self.currentValue = (self.rulerStyle.maxValue) - ((offsetX + scrollView.contentInset.left) / self.rulerStyle.rulerSpacing...