Releases: JaNd3r/CKCircleMenuView
CKCircleMenuView 0.4.0
CKCircleMenuView 0.3.1
CKCircleMenuView 0.3.0
CKCircleMenuView 0.2.1
Bugfix release.
CKCircleMenuView 0.2.0
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.
CKCircleMenuView 0.1.5
Bugfix: Incorrect number of items in CKCircleMenuView #1
CKCircleMenuView 0.1.4
- Button's radius is now a configurable option parameter.
- Button's border width is now a configurable options parameter.
CKCircleMenuView 0.1.3
Bugfixes:
- Fixed the calculation of the clipping rectangle if the clipToBounds-view is not a direct parent of the CKCircleMenuView.
Improvements:
- Added a configurable depth effect using drop shadows and scaling.
- Updated the demo app to showcase the clipping calculation and to switch depth-effect on and off.
- Reduced the number of UIView instances to render the buttons.
CKCircleMenuView 0.1.2
.podspec and README updated.
Bugfixes:
- The "hit box" of the round buttons is no longer of rectangular shape, which means that there are no longer activation zones outside the visible button.
Improvements:
- The CKCircleMenuView will check its view hierarchy upwards to find the next UIView which has
clipToBounds
set toYES
. Buttons will no longer be placed outside this clipping area as shown on the following screenshot.