Tuesday, 13 August 2013

UIView change position of vertical axis

UIView change position of vertical axis

I use UIViewAnimationOptionTransitionFlipFromLeft to rotate UIView. Can I
change vertical axis for view? Because I need rotate next way: UIView in
the corner of screen and it must rotate like all screen is page of book.
So I thought that I make change anchorPoint on (-0.5, 0.5) of layer in
UIView, and View will be rotate around this point, but it still rotate
around center of UIView. Can I change vertical axis arounf which will be
rotate UIView with help of UIViewAnimationOptionTransitionFlipFromLeft

No comments:

Post a Comment