我正在 NativeScript 中构建一个插件。当我尝试访问 rootViewController 上的“presentViewController”方法时,我收到错误“property presentViewContrller 不存在”。
常量 rvc = UIApplication.sharedApplication.keyWindow.rootViewContrller; rvc.presentViewContrller(myViewController, true, completion() {});
它建议使用不接受我的视图控制器的 presentViewContrllerAnimatedCompletion。
您能否帮助我的代码(或者可能是设置!)的哪一部分是错误的?