Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add modification for the start angle. #14

Open
liuyang2356 opened this issue Dec 11, 2021 · 2 comments
Open

Add modification for the start angle. #14

liuyang2356 opened this issue Dec 11, 2021 · 2 comments

Comments

@liuyang2356
Copy link

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.

@JaNd3r
Copy link
Owner

JaNd3r commented Dec 13, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@JaNd3r @liuyang2356 and others