Skip to content

Releases: umerjabbar/ContextMenuSwift

Added support for safe area

03 Apr 09:22
5bf139a
Compare
Choose a tag to compare
Merge pull request #10 from umerjabbar/9-movement-of-targetedview-is-…

…going-beyond-safe-area-in-ios-170

Safe area support

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