OpenEyesDemo
OpenEyesDemo copied to clipboard
UIDeviceOrientationPortrait
Your app is very great . I have found a problem that this app orientation fail to come Portrait when p video finished playing ,i fix this problem by by doing this in "PlayVideoViewController.m "
-
(id<UIViewControllerAnimatedTransitioning>)animationControllerForDismissedController:(UIViewController *)dismissed{ //这里我们初始化dismissType _transitionManage.type = HyPresentOneTransitionTypeDismiss;
[[UIDevice currentDevice] setValue:@(UIDeviceOrientationPortrait) forKey:@"orientation"]; // return _transitionManage; }
you have done a good job