如何在后台应用时检测摇动手势?

时间:2011-05-02 15:04:29

标签: iphone objective-c gesture-recognition motion-detection handshake

我目前正在开发一款音乐播放器应用程序,就像iPod应用程序一样,我想用摇晃手势来播放歌曲。

我正在实施Apple推荐的运动方法,并且在前台一切正常。

- (void)motionBegan:(UIEventSubtype)motion withEvent:(UIEvent *)event;
- (void)motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event;
- (void)motionCancelled:(UIEventSubtype)motion withEvent:(UIEvent *)event;

但我无法弄清楚如何从后台调用这些方法。我已经浏览了整个互联网,并没有关于此的线索。

第一件事:是否可能?

感谢名单!

1 个答案:

答案 0 :(得分:6)

现在无法使用iOS 4或任何较低的SDK版本。