/**
* @author xh, 16-03-30 14:03:06
*
* 强制设备旋转
*
* @param interfaceOrientation 旋转方向
*/
- (void)forceChangeToOrientation:(UIInterfaceOrientation)interfaceOrientation{
[[UIDevice currentDevice] setValue:[NSNumber numberWithInteger:interfaceOrientation] forKey:@"orientation"];
}