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

Customisation with Storyboard #14

Closed ingouackaz closed 9 years ago

ingouackaz commented 9 years ago

hi @Kjuly !

I'm trying to using your library for a personal application in Swift and i would like to know, how can i use KYCircleMenu with Storyboard for more customization.

I'm trying to work only with the subview of KYCircleMenu but it does not work .... .

Any idea ?

Kjuly commented 9 years ago

I'd sorry to say that it doesn't support Storyboard (and i'm not familiar with the Storyboard) for customisation jobs. You can take a look at the demo code, it's not hart to use it programmatically. :)

Kjuly commented 9 years ago

B.t.w., maybe u'd like this issue https://github.com/Kjuly/KYCircleMenu/issues/7#issuecomment-15622696, it mentioned Storyboard related questions. ;)