振动一次

让手机振动一下

#import < AudioToolbox/AudioToolbox.h> 
#import < UIKit/UIKit.h> 
- (void)vibrate { 
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate); 
}

 

posted @ 2016-02-25 11:14  lear  阅读(212)  评论(0编辑  收藏  举报