我正在做一个POC,看看我是否能找到震动的强度。classViewController:UIViewController{overridefuncmotionBegan(motion:UIEventSubtype,withEventevent:UIEvent){println("startedshaking!")}overridefuncmotionEnded(motion:UIEventSubtype,withEventevent:UIEvent){println("endedshaking!")}}我没有看到任何可以告诉我震动有多强烈的东西。就我而言,这种摇晃可能会持续几秒钟。