I would like to flip animate between two UIWebViews inside one UIViewController.
I have put all together in the storyboard but I’m only able to flip between two UIViewControllers.
Any idea how to flip between two UIWebViews with the flip horizontal animation?
Suppose you have view1 and view2, flipping from view1 to view2:
I didn’t try my code but I hope it will help you.