Skip to content

CKCircleMenuView 0.1.6

Compare
Choose a tag to compare
@JaNd3r JaNd3r released this 24 Nov 15:47
· 28 commits to master since this release

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.

circlemenutapmode