Flipped View, flipped classroom

Source: Internet
Author: User

Flipped View, flipped classroom
Flip Viewby Wu xueying

CGContextRef context = UIGraphicsGetCurrentContext (); [UIView beginAnimations: nil context: context]; [UIView setAnimationTransition: UIViewAnimationTransitionFlipFromLeft forView: self. view cache: YES]; [UIView setAnimationCurve: UIViewAnimationCurveEaseInOut]; [UIView setAnimationDuration: 1.0]; [self. view exchangeSubviewAtIndex: 0 withSubviewAtIndex: 1]; [UIView commitAnimations];



How can we solve this problem? Two views are flipped. The background displays the previous view.

In another way, I think the multi-layer view Nesting is not very good. I have implemented such an effect and used a modal window, example: int styles [4] = {UIModalTransitionStyleCoverVertical, UIModalTransitionStyleCrossDissolve, callback, UIModalTransitionStylePartialCurl}; // page Switching Effect

How to keep the image view unchanged after 90 degrees of rotation, android

You can change ScaleAnimation with the rotation animation in tween.
There are also ways to change the image view, but it is useless if the imageview is not the main view.
 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.