CKCircleMenuView 0.1.6
In this release a tap mode is introduced which allows the user to open the circle menu by tapping somewhere instead of performing a long press gesture (#2). The menu remains open until one of the buttons is tapped or the CKCircleMenuView
is closed externally.
The default behaviour remains as in 0.1.5. Set the configuration option CIRCLE_MENU_TAP_MODE
to YES
and add it to the option dictionary. Open the CKCircleMenuView with openMenu
instead of openMenuWithRecognizer:
to use the new tap mode.
See the updated demo app for an example usage of the new tap mode.
The following scene is taken from an actual app using the CKCircleMenuView
in tap mode. The delegate methods are used to animate the triggering button.