调用手机振动 强制改变屏幕横屏
2016-08-01 本文已影响15人
LH_0811
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
-(NSUInteger)supportedInterfaceOrientations{
return UIInterfaceOrientationMaskLandscape;
}
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
-(NSUInteger)supportedInterfaceOrientations{
return UIInterfaceOrientationMaskLandscape;
}