Search code examples
iosswiftiphonexcodeipad

Are storyboards still support in future iOS version after ios 13?


Now that SwiftUI is here, are storyboards still supported in Xcode for iOS13?

Can we still use storyboards for this and future versions of iOS, or do we have to switch storyboards to SwiftUI?

ios 13 is supporting storyboard but can it support future ios version.


Solution

  • Yes, storyboard is still available.

    Whenever you are creating any new project from the Xcode you have to choose about your editor whether you would like to go with SwiftUI or storyboard.

    like this enter image description here