CKCircleMenuView icon indicating copy to clipboard operation
CKCircleMenuView copied to clipboard

Add modification for the start angle.

Open liuyang2356 opened this issue 2 years ago • 1 comments

Hey I found it hard to modify the start angles of the submenu. I think it would be very useful that we can input our own values instead of the default.

liuyang2356 avatar Dec 11 '21 00:12 liuyang2356

Hi there and thanks for the feedback.

The starting angle can be added to the options Dictionary passed to the CKCircleMenuView just like the other configuration values. Please try to add the following to modify the starting angle...

tOptions[CIRCLE_MENU_STARTING_ANGLE] = 90.0 as AnyObject

Please let me know if that helped.

JaNd3r avatar Dec 13 '21 08:12 JaNd3r