-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
convert direction to RTL instead of LTR #14
Comments
It is an interesting question, I never thought about it before because it is not much people use it this way. This control doesn't support that, however, it is simple too achieve it. All you need is just change one place. In scrollViewWillEndDragging function, it determine where to stop the scrolling, so you just change the target position in this function to the place you want. Here could be a example, but you might need to adjust a little bit yourself to meet your needs.
|
thanks terenceLuffy for fast reply, but that did't change the direction. I installed your sampleScorllViewInSwift and changed the method (scrollViewWillEndDragging) which you modify it , and it still start objects from left not from the right , and noticed that when finish dragging the objects move to right little bit, and not this what i want. regards |
I missed you last comment, would you explain your requirement with more details? |
Hi,
thanks for great plugin, How can convert the direction from LTR to RTL ?
The text was updated successfully, but these errors were encountered: