Sharing a special effect cube for iOS development

Source: Internet
Author: User
Tags notification center

 

The new ios5 notification center will use this feature at the top of the screen when updating the notification.CubeThe effect of body scrolling is used as an update animation.
The original private method can be called for this effect.
Here we provide a non-private Implementation Method Based on quartzcore and coreanimation.
The preceding keywords include quartzcore, coreanimation, catransform3d, interpolation, and block, which must be sdk4.0 or later. For the source code project, see the attachment.
It contains a simple implementation but not a good call encapsulation. You can use it to encapsulate it as needed. My goal is to share the principles.
With the help of block, you can easily build a cakeyframeanimation. In addition, we can write the callback closure of the animation, which is really a huge block.

The implementation principle is actually relatively simple. The two sides to be rotated are layout based on the two sides of the cube to calculate the trajectory change catransform3d when the cube is rotated.


 Cubedomaint.zip

Related Article

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.