MGSwipeTableCell icon indicating copy to clipboard operation
MGSwipeTableCell copied to clipboard

Set and restore the flipped geometry flag

Open TomCarey opened this issue 7 years ago • 0 comments

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 avatar Dec 06 '18 03:12 TomCarey