想使用一个小视屏功能 小视屏功能
在demo里面是这样调用的
WechatShortVideoController *wechatShortVideoController = [[WechatShortVideoController alloc] init];
wechatShortVideoController.delegate = self;
[self presentViewController:wechatShortVideoController animated:YES completion:^{}];
那我用nativejs 怎么写;
var WechatShortVideoController = plus.ios.importClass("WechatShortVideoController");
var wechatshort = new WechatShortVideoController();
下面就不会写了
0 个回复