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

gurminder thind
PLUS
gurminder thind
Courses Plus Student 10,062 Points

A course on iOS UI

Hi I believe that a separate course on iOS UI should be included covering all aspects of UI in treehouse style.

The book is : the elements of user experience written by Jesse James Gareth

6 Answers

gurminder thind
PLUS
gurminder thind
Courses Plus Student 10,062 Points

Its like covering all aspects of iOS UI in one place and how to use it. Like how to use collection view, table view, picker views, and all such things and how to choose one element of UI along with practical example. Just like any other course such as object oriented swift. As UI is roughly 50% of app development. Like this Learning iOS UI Development (https://www.packtpub.com/application-development/learning-ios-ui-development) but on a much greater detail and depth.

Moritz Lang
Moritz Lang
25,909 Points

Hi, what do you mean by "all aspects of UI"? Do you want to have a course on how to design an UI? Or one on how to write your UI with Swift or Objective-C? Or do you want one on how to use the Interface Builder?

Moritz Lang
Moritz Lang
25,909 Points

Okay, thanks for the answer :) I think a course covering all aspects of UI programming is simply impossible as UIKit has become a very huge framework. Because of that I think it's simpler if they split up things like UICollectionView, UITableView & AutoLayout into separat courses. If you have a basic understanding of those very common topics it is not that hard to look something up in Apple's documentation or in sample code on GitHub e.g. This could also help you by understanding when to use which component for a specific problem.

gurminder thind
PLUS
gurminder thind
Courses Plus Student 10,062 Points

Agree but they are at different places. Can't there be couple of courses just on UI as it's the most important part of the app visible to outside world.

Dear Gurminder There are some good books covering all aspects, like strategy, scope, structure, skeletton and surface aspects of an UI