iOS 系统震动
时间:2017-03-14 10:51:57
收藏:0
阅读:302
//系统震动
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
AudioServicesRemoveSystemSoundCompletion(kSystemSoundID_Vibrate);
原文:http://www.cnblogs.com/jiqiaochun/p/6547085.html
评论(0)