标签: watchkit watch-os-2
我正在尝试从WKExtension委托中触发WKInterfaceController中的方法我还没有开始。
让我们说:
- (void) sessionReachabilityDidChange:(WCSession *)session { if (session.reachable) { // call interfacecontroller.h/.m method doStuff } }
它必须是我现在想念的傻事