mcongrove / com.mcongrove.slideMenu

Please do not use: this is out-dated
28 stars 21 forks source link

SlideMenu RTL #5

Open composercodes opened 8 years ago

composercodes commented 8 years ago

hi, Please how to change sideMenu position to open from right side

Thanks,

hchoriq commented 8 years ago

Did you try to play around with the JS? the left: 0 and left: -200 positioning. Alternatively look at https://github.com/viezel/NappDrawer and https://github.com/Tripvi/Ti.DrawerLayout, which is what I looked into. The only reason I'm looking at this one is because of the limitations working with TabGroups, so I will just use this code as a base to manually create a simple slide in/slide out settings menu.