Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Are there going to be any courses in building multi-view or tabbed apps with Swift?

I've started trying to work on it on my own but I believe I maybe going about it the wrong way. Maybe there's a better way of creating the app. I would like to get some instruction on creating multi-view or tabbed apps in Swift. Also a best practices or criteria check list for when a multi-view or tabbed app is the way to go.

1 Answer

In the course "Build an interactive Story App with Swift 2" I'd bet he goes into more detail about the other options in Xcode then just single view. That is just a guess because I am not that far yet, but if I had to guess I would say that they will definitely talk about it at some point if not in Build an Interactive Story App with Swift 2, then at some other point. Treehouse realizes that there are over a million apps on app store, and only a small fraction are single view.

No he doesn't, I've already completed the iOS Development with Swift 2.0 course. That's why I still have these questions. You seem to be making a lot of guesses with your answers. I'm looking for something more definitive, that way I'm not moving in the wrong direction. I've also sent emails directly to the instructor in the video and I'm not getting a response.

Then it's probably a simple process. Probably just have multiple view controllers and link up the tabs with pages. That's my guess but I don't know for sure.