googlevr / gvr-ios-sdk

Google VR SDK for iOS
http://developers.google.com/vr/ios/
Other
647 stars 191 forks source link

VIDEOView SDK affected by UINavigationController? #51

Closed gityoung closed 6 years ago

gityoung commented 8 years ago

wechat_1465975012 but self.navigationBarHidden = YES;

ChokWah commented 8 years ago

Try to add code " self.navigationBarHidden = YES; " in two method : viewWillDisappear , and viewWillDisappear

sanjayc77 commented 6 years ago

GVRView API (that includes GVRVideoView) is now deprecated. Please switch to GVRKit. It is also available as a Cocoapod. Take a look at the updated VideoWidgetDemo sample app.