我正在从自定义NativeScript插件集成iOS框架(Vidyo https://developer.vidyo.io/#/documentation/4.1.25.30)。我可以从我的插件中实例化iOS类,但我无法...
终于找到了解决方案,老实说:
this.nativeView = UIView.alloc().initWithFrame(UIScreen.mainScreen.bounds) let ref = new interop.Reference(interop.Pointer, this.nativeView) initViewStyleRemoteParticipantsLogFileFilterLogFileName(ref, [...])
相当简单,但文档并不清楚。希望这可以帮助