Xcode 11 creating project don't had storyboard and also swift file had different

Solution:

In xcode 11 it had two different options available for app creation.

1.swiftUI framework

2.Storyboard framework

By default swiftUI is selected.If you want storyboard based you must have to select that on the time of project creation.

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Saved Image in document directory and save path in coredata not able to fetch the image file iOS swift