Ramotion / circle-menu

:octocat: ⭕️ CircleMenu is a simple, elegant UI menu with a circular layout and material design animations. Swift UI library made by @Ramotion
https://www.ramotion.com/circle-menu-open-source-iphone-app-development-library/
MIT License
3.44k stars 357 forks source link

Adding open menu delegate, fixed close menu delegate #36

Closed tache closed 7 years ago

tache commented 7 years ago

Added an open menu delegate that will get fired when the user select the button to open the menu. Corrected the close menu delegate so that it is not fired for every button of the menu. It will now only fire once. Changed both open menu and close menu delegates to fire asynchronously Updated README Updated for Swift 3.2 (.pi updates)

gaming-hacker commented 7 years ago

has this been merged?

tache commented 7 years ago

No it has not. It works, but the CI fails with issues not related to the source.

tache commented 7 years ago

Will resubmit with sync of upstream