应用:
编辑内容页面摇晃进行撤销
代码:
viewdidload:
UIApplication.shared.applicationSupportsShakeToEdit = true
self.becomeFirstResponder()
function:
override func motionEnded(_ motion: UIEventSubtype, with event: UIEvent?) {
self.reloadInfo()
}
应用:
编辑内容页面摇晃进行撤销
代码:
viewdidload:
UIApplication.shared.applicationSupportsShakeToEdit = true
self.becomeFirstResponder()
function:
override func motionEnded(_ motion: UIEventSubtype, with event: UIEvent?) {
self.reloadInfo()
}
本文标题:ios手机摇晃监听
本文链接:https://www.haomeiwen.com/subject/fbansxtx.html
网友评论