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

Bottom of dinner menus getting cutoff #239

Open
ReadeP opened this issue Oct 22, 2019 · 1 comment
Open

Bottom of dinner menus getting cutoff #239

ReadeP opened this issue Oct 22, 2019 · 1 comment

Comments

@ReadeP
Copy link
Member

ReadeP commented Oct 22, 2019

To replicate the issue:

  1. Select North Star dining hall during breakfast
  2. Select dinner menu and scroll down to the bottom of the menu

If you select lunch then select dinner, the dinner menu will be fully displayed.

This bug can only be replicated during breakfast time, as the breakfast menu needs to appear first.

Simulator Screen Shot - iPhone 11 - 2019-10-22 at 10 28 15

@whoiswillma
Copy link
Contributor

We are setting a height constraint on the page view controller based on the content size of the tableview. My hypothesis is that the tableview doesn't know its actual height until all the cells are reloaded.

The proper way to fix this would be to rewrite the meal view controller to use a stack view.

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

No branches or pull requests

2 participants