ios手机摇晃监听
2017-09-20 本文已影响0人
林小姐的那片海
应用:
编辑内容页面摇晃进行撤销
代码:
viewdidload:
UIApplication.shared.applicationSupportsShakeToEdit = true
self.becomeFirstResponder()
function:
override func motionEnded(_ motion: UIEventSubtype, with event: UIEvent?) {
self.reloadInfo()
}