I have two interface controllers, controller1.swift
and controller2.swift
These are connected with push-segue (after button action). But in some cases I need to skip controller1
and show just controller2
. In iOS app I do this in appDelegate
, setting rootViewcontroller
, etc. What is the way to do this in Apple Watch Extension?
any guides or help?
After long research work I found only one solution - create some SplashController, with some splash screen, and in
track something that you need, after track present some controllers, example
hope it will help someone. P.S. isCounting is stored in NSUserDefaults