美文网首页
ios手机摇晃监听

ios手机摇晃监听

作者: 林小姐的那片海 | 来源:发表于2017-09-20 11:48 被阅读0次

应用:
编辑内容页面摇晃进行撤销

代码:
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