Skip to content

Added support to change horizontal direction of menu

Compare
Choose a tag to compare
@umerjabbar umerjabbar released this 31 May 11:44
· 5 commits to master since this release

To change the direction you can use the following code:

CM.MenuConstants.horizontalDirection = .right
or
CM.MenuConstants.horizontalDirection = .left
or
CM.MenuConstants.horizontalDirection = .center