googlevr / gvr-ios-sdk

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

how to change settings and back button #221

Closed weileiming closed 7 years ago

weileiming commented 7 years ago

Does anyone know how to change the settings and back button function in the latest google vr sdk for ios?I want to use my own method

sanjayc77 commented 7 years ago

The overlay view controls are there to guide the user when in VR mode. We don't support changing those in VR mode. In non-VR mode, you should look at GVROverlayView.h. We expose properties that control their visibility in version 1.80 and above.