Question on how to go about creating an App

I have a question I want to build an app that would have multiple screens how would I do that on Xcode and which layout would I use

its not really about the layout but more into navigation and presenting view controllers… you can however try working with uitabbarcontroller https://developer.apple.com/documentation/uikit/uitabbarcontroller

or check out some videos on the channel with multiple screens like this one https://www.youtube.com/watch?v=1HN7usMROt8&list=PLMRqhzcHGw1ZsFRLAWa_Axx7daXteynjh

2 Likes

Thank you so much