gpt4 book ai didi

iPhone :implement shake gesture

转载 作者:行者123 更新时间:2023-12-03 20:55:31 31 4
gpt4 key购买 nike

在iPhone App中如何实现摇动手势?

请帮忙并提出建议。

谢谢

最佳答案

如果您的 ViewController 启用第一响应者

[self becomeFirstResponder]

并实现motionEnded:withEvent:

- (void)motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event {
if (event.type == UIEventSubtypeMotionShake) {
NSLog(@"Shake is detected");
}
}

关于iPhone :implement shake gesture,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5244227/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com