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 a Simple iPhone App with Swift Improving Our User Interface Adding a Pop of Color

Brandon Martinez
Brandon Martinez
770 Points

Why not change the status bar color in the drop down menu?

In the app settings file under "Deployment" there is a drop down for the status bar color (http://i.imgur.com/HyEQ8hF.png). Why not change it there instead of manually making a custom target?

1 Answer

Gareth Borcherds
Gareth Borcherds
9,372 Points

In that setting, you only have two options. By manually doing it, you can set the color to pretty much anything. Also, you might want to use different settings inside your app in different views, learning this would teach you how to do that.