Skip to content

Releases: umerjabbar/ContextMenuSwift

Added support for safe area

03 Apr 09:22
5bf139a
Compare
Choose a tag to compare
2.0.1

Merge pull request #10 from umerjabbar/9-movement-of-targetedview-is-…

Added support to change horizontal direction of menu

31 May 11:44
Compare
Choose a tag to compare

To change the direction you can use the following code:

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