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

Design

Ram贸n Cacho
Ram贸n Cacho
1,182 Points

iOS 7 App UI Question

I have an iOS app I'm working on, but now I have to do the UI. This is my first time doing a UI for an app so I have no idea how it works. Do I need to do any coding to do the UI or can I just do all my different views in photoshop and then integrate it them?

If I have to do any coding, where should I start?

Thanks!

1 Answer

Stone Preston
Stone Preston
42,016 Points

you can do a lot of the UI using storboards, but they will only do so much. The storyboards really only layout the view itself. Most of the "what happens when I press this button" will have to be done in code. I would suggest doing the iOS projects on here first to get a good feel for what storyboarding entails and how to code your UI.

Ram贸n Cacho
Ram贸n Cacho
1,182 Points

Ok, I'l check it out then. Thank you!

PS: if you know of another source to help me with UI dev, let me know.