REMenu
REMenu copied to clipboard
UIScrollView to scroll items if not fit to the screen
Thank you for this nice library! But we used it to show dynamically loaded from server list of actions and sometimes this list is very long so not fit to the screen. Now we can scroll this list to get to last action for example.
Technically UIView with REMenuItemViews replaced with UIScrollView to be able to scroll when items not fit to the screen.
+1
Good idea, but it looks like there are some issues with the scroll view height, it goes below the screen.
Fixed scroll view height. Tested in ios 6,7,8 with navigation bar.
+1
@itimofeev Nice job. but..
REMenu.h:30:9: 'REMenuContainerView.h' file not found
You have removed REMenuContainerView
, but the header reference still there.
Has anyone else run into the issue where the menu no longer recognizes taps or clicks and only allows swipe gestures for selecting a menu item?
+1