How rotate .transitionCurlDown animation to get the rotation of the book sheet (horizontal, not vertical), same as this:
There is vertical page curl animation:
UIView.transition(with: self.myView, duration: 0.7,
options: .transitionCurlDown, animations: {
})
Important: I don't want to use transition between UIViewControllers or UIPageControllers, I want to apply animation on UIView on the current screen.