viewDidAppear 等同于 Apple Watch

viewDidAppear equivalent on apple watch

我想用一个小动画启动应用程序(实际上它是一系列图像),但是如果在 willActivate 上启动动画,应用程序会等到动画完成然后显示应用程序.我看到没有 didActivate,是否有另一种方法可以检测到该应用程序已经显示?比如一条通知

目前Apple Watch中不存在该状态。 https://developer.apple.com/library/prerelease/ios/documentation/WatchKit/Reference/WKInterfaceController_class/.