Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIScrollView to scroll items if not fit to the screen #88

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

UIScrollView to scroll items if not fit to the screen #88

wants to merge 2 commits into from

Conversation

itimofeev
Copy link

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.

@billburgess
Copy link

+1

@romaonthego
Copy link
Owner

Good idea, but it looks like there are some issues with the scroll view height, it goes below the screen.

@itimofeev
Copy link
Author

Fixed scroll view height. Tested in ios 6,7,8 with navigation bar.

@avgx
Copy link

avgx commented Nov 5, 2014

+1

@kukat
Copy link

kukat commented Dec 22, 2014

@itimofeev Nice job. but..

REMenu.h:30:9: 'REMenuContainerView.h' file not found

You have removed REMenuContainerView, but the header reference still there.

@romaonthego romaonthego self-assigned this Jan 9, 2015
@ksudu94
Copy link

ksudu94 commented May 26, 2015

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?

@942v
Copy link

942v commented Jun 20, 2016

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants