Shake on iPhone

Shake on iPhone

Source code introduction: It is very simple to implement the shake function on iPhone. Please refer to the following code or download the demo to try it out.

Source code effect:

[[142753]]

Source code snippet:

  1. #pragma mark - shake
  2.  
  3. /**
  4. * Shake to start
  5. */  
  6. - ( void )motionBegan:(UIEventSubtype)motion withEvent:(UIEvent *)event {
  7.  
  8. if (motion == UIEventSubtypeMotionShake) {
  9.  
  10. NSLog(@ "Started shaking" );
  11. }
  12. }
  13.  
  14. /**
  15. * Shake ends
  16. */  
  17. - ( void )motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event {
  18.  
  19. NSLog(@ "Shake ended" );
  20. }
  21.  
  22. /**
  23. * Shake to cancel
  24. */  
  25. - ( void )motionCancelled:(UIEventSubtype)motion withEvent:(UIEvent *)event {
  26.  
  27. NSLog(@ "Shake to cancel" );
  28. }

Download address: http://download..com/data/2076086

<<:  Different ways to deal with girls acting like a spoiled child

>>:  Learning Numerical Algorithms with Playground

Recommend

How to choose event promotion channels and quickly launch events?

New media operation, channel selection, and maxim...

What is a suitable gift for teachers on Teacher's Day?

The annual Teachers' Day is here again. I saw...

Five software development trends for 2020

Over the past few years, a lot of software develo...

Kuaishou Advertising Platform Review Standards and Process

1 Audit Purpose and Basis Purpose: In order to st...

The 2nd New Media Business IP Training Camp Course Video

In the new media era, it is not just text content...

Pan Yi's Basic TCM Training Camp Video

Pan Yi's Basic TCM Training Camp Video Pan Yi...

Solid info! 5 ideas for new media operations!

Today I’m going to talk about the overall idea of...

Where is the traffic pool for educational institutions in 2021?

In 2020, affected by the COVID-19 pandemic, the o...

Master these 4 points! Tik Tok search traffic is easily captured!

Do a little survey! If you were born after 85s, 9...

How much does it cost to develop a luggage mini program in Alar?

WeChat Mini Program is an application that users ...