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 Build an Interactive Story App with Swift 2 Creating the User Interface Programmatically Page Controllers

Abdulla AlKhenji
Abdulla AlKhenji
2,150 Points

What did Pasan mean when he said that he didn't build apps using storyboards? Is it not an ideal way of building apps?

I've been looking at different iOS open sourced apps on Github and I haven't found many .storyboard files in the source files. Is there a better way to build application that have different views?

1 Answer

Dave Berning
Dave Berning
17,365 Points

Hi Abdulla,

I don't know for sure, but I assume building an iOS app without Interface Builder is ideal; gives you more control. I have spoken to a few iOS developers and they all say they build apps without Interface Builder. When iOS was first released, Storyboards did not exist.

I found a short but sweet article that walks you through setting up a background color without Interface Builder.

Hope that helps, Dave