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

Set and restore the flipped geometry flag #326

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

Conversation

TomCarey
Copy link

@TomCarey TomCarey commented Dec 6, 2018

On a table with flipped geometry (where row zero is the bottom of the table) each of the cells usually also have flipped geometry to ensure the UI renders correctly. The imageFromView wasn't taking this into account so I've cached the geometryFlipped value on the cell so that we can render the image with the natural geometry.

TomCarey and others added 3 commits December 6, 2018 16:22
On a table with flipped geometry (where row zero is the bottom of the table) each of the cells usually also have flipped geometry to ensure the UI renders correctly. The `imageFromView` wasn't taking this into account so I've cached the `geometryFlipped` value on the cell so that we can render the image with the natural geometry.
Fix flipped tableviewcell bug
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.

2 participants