/**
*? @author xh, 16-03-30 14:03:06
*
*? 強(qiáng)制設(shè)備旋轉(zhuǎn)
*
*? @param interfaceOrientation 旋轉(zhuǎn)方向
*/
- (void)forceChangeToOrientation:(UIInterfaceOrientation)interfaceOrientation{
[[UIDevice currentDevice] setValue:[NSNumber numberWithInteger:interfaceOrientation] forKey:@"orientation"];
}