like this (note the yellow leaves and black corner):
and without flip container view. because I want to make a crop tool like iOS 9's Photos.app with flip feature. if flip container view, some user interaction will be different
PhotoTweaks is a good start, I just want flip content in the crop box
I think there is a way can implement this by just change the picture view's transform. but what I do just work on some angle,not all. my test code at Github
maybe I can make all angle works by try many times, like enum. but It not what I want. I want a math calculation method and theory.
forgive my poor English.