Closed AmonDeng closed 7 years ago
Thanks for this report. I agree that we should support this and have added it to our internal task tracker.
Is this something you need for the GVRWidgetView API or GVRCardboardView API? For example:
@interface GVRWidgetView : UIView
...
+ (void)setViewerParamsFromUrl:(NSURL *)url
withCompletion:(void (^)(BOOL success, NSError *))completion;
...
@end
Yes,you get my point
I want to set cardboard viewer by code like Android can set by this func(static GvrViewerParams
createFromUri(Uri uri)) I want to know whether a similar approach iOS