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

Commits on Dec 6, 2018

  1. Set and restore the flipped geometry flag

    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 authored Dec 6, 2018
    Configuration menu
    Copy the full SHA
    4ac16a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Unflip the tableview while taking the screenshot, and then reset it a…

    …fter the screenshot is taken
    christiansheehan committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    f0eaf06 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. Merge pull request #1 from christiansheehan/master

    Fix flipped tableviewcell bug
    TomCarey authored Feb 2, 2020
    Configuration menu
    Copy the full SHA
    dc510c4 View commit details
    Browse the repository at this point in the history