lucoceano / Pager

Pager is the simplest and best way to implement sliding view controllers in Swift
MIT License
232 stars 41 forks source link

RTL instead of LTR #27

Open aqeelhashem opened 7 years ago

aqeelhashem commented 7 years ago

Hi, thanks for great plugin, How can convert the direction from LTR to RTL ?

lfarah commented 7 years ago

@aqeelhashem how would that work? The first tab is the most to the right?

aqeelhashem commented 7 years ago

@Ifarah Yes I want tab 0 to be the first one from the right, and the other be left of it. And sliding from right to left

lfarah commented 7 years ago

@aqeelhashem Hmmmm that is a good idea. We currently don't have support for it, so I'll try to find someone who wants to implement it. I also encourage you to send a pull request for this feature