您的位置:首页技术文章
文章详情页

objective-c - iPhone如何实现微信的摇一摇功能?

浏览:45日期:2022-10-20 18:44:55

问题描述

如何实现微信一样的摇一摇功能,如何通过代码实现检测iPhone摇晃?

http://developer.apple.com/library/io...

http://homepages.ius.edu/rwisman/C490...

http://www.edumobile.org/iphone/iphon...

http://www.ifans.com/forums/threads/t...http://tech.pro/tutorial/968/iphone-t...

objective-c - iPhone如何实现微信的摇一摇功能?

问题解答

回答1:

- (void)motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event{ if (motion == UIEventSubtypeMotionShake) {NSLog(@'shaked'); }}

标签: 微信
相关文章: