DWBubbleMenuButton
DWBubbleMenuButton copied to clipboard
Possible Feature : Adding Scrolling if total buttons more than the screen size
What is the best way to add scrolling if total buttons more than the screen size
Good idea! Would need to add a UIScrollView as the container of the menu buttons instead of keeping the buttons in the parent view, I'm going to try to add this soon.
great. after looking at the code, it might be a little bit involve then simple adding UIScrollView as container.