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

Building an App

I have a few questions about an app Idea I want to build. I have taken the intermediate and beginner Ios course here at Treehouse but when it comes to your own ideas it's a little harder to kind of figure out where to start.

So, I have 5 different sets of data(I'm not sure if I should classify as a struct or class or enum). Each data has a set of fixed values. Each of the values in these sets of data will be rated Good or Bad ( which I decided to set up as an enum( the good or bad options) and i want to use functions to save how the individual ranks each value in the set of data.

Any directional advice would be helpful