IOS to implement a rocking operation _ios

Source: Internet
Author: User

To achieve the function of shaking, similar to the micro-letter shake Shake

Method 1: By analyzing the accelerometer data to determine whether the shaking operation (more complex)

Method 2:ios the Shake Monitoring API (very simple)

This article describes Method 2:

Judge the steps to shake:

1) detected to start shaking

-(void) Motionbegan: (uieventsubtype) Motion withevent: (uievent *) event{

//After detection can do some processing

}

2 Shake a shake to be canceled or interrupted

-(void) motioncancelled: (uieventsubtype) Motion withevent: (uievent *) event{

}

3) Shaking End

-(void) motionended: (uieventsubtype) Motion withevent: (uievent *) event{

//After end can do some processing

}

All of the above three methods inherit the UIResponder.h in Uikit, without the import class, and the delegate can be used directly without inheriting the

Thank you for reading, I hope to help you, thank you for your support for this site!

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.