//系统震动
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
AudioServicesRemoveSystemSoundCompletion(kSystemSoundID_Vibrate);
iOS 系统震动
原文:http://www.cnblogs.com/jiqiaochun/p/6547085.html