Kjuly / KYCircleMenu

An iOS UI control that allows you to build a circular menu by laying out buttons in a circle pattern adjusting from the number of buttons (1~6).
MIT License
786 stars 154 forks source link

For menu items 7 to 8 #16

Closed shoaibhassanWhizpool closed 7 years ago

shoaibhassanWhizpool commented 7 years ago

Hi every one, please tell me how to implement this control for 7 to 8 items so that i can use it into my app Thanks in advance.

Kjuly commented 7 years ago

@shoaibhassanWhizpool sorry, it only supports 6 items at most.

You can try to implement it by urself in -_updateButtonsLayoutWithTriangleHypotenuse method of KYCircleMenu.m.