Releases: umerjabbar/ContextMenuSwift
Releases · umerjabbar/ContextMenuSwift
Added support for safe area
2.0.1 Merge pull request #10 from umerjabbar/9-movement-of-targetedview-is-…
Added support to change horizontal direction of menu
To change the direction you can use the following code:
CM.MenuConstants.horizontalDirection = .right
or
CM.MenuConstants.horizontalDirection = .left
or
CM.MenuConstants.horizontalDirection = .center