0

Current storyboard looks like this:

current storyboard

The above picture shows segue from main screen to settings screen.

I still want the mainView to appear as initial interface controller. However, can I reorder the settings screen to appear left of the MainView instead of right. In other words, upon launching the app, MainView shows up first and upon swiping to the left the settings screen comes up from right. I want the settings screen to come from left upon swiping to the right.

Like this

desired storyboard

LinusGeffarth
  • 27,197
  • 29
  • 120
  • 174
as diu
  • 1,010
  • 15
  • 31
  • You want to switch view controllers by swiping? This has nothing to do with the storyboard. You can move around the view controllers in the storyboard by clicking and dragging on where it says `Interface Controller` if you find that more suiting for designing in the interface builder but that won't have any effect on your app running on the watch. – LinusGeffarth Jun 26 '17 at 08:14
  • @LinusGeffarth Thank you! I'm trying to get `MainView` to load first however, when I swipe left, I want the `SettingsView` screen to come up. Currently the `SettingsView` comes up when I swipe right. Please let me know if I was clear. – as diu Jun 26 '17 at 22:36
  • I don’t have a lot of xp with WatchKit but I’m assuming that it transitions when swiping to the right because it looks like it is a navigation controller-like UI. You will probably have to create a custom transition. I don’t know if one can do that though. – LinusGeffarth Jun 27 '17 at 06:43

0 Answers0