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 trialAdrian Catuna
2,092 PointsMVC
Could not using the MVC model affect whether Apple approves your app for the app store? I understand it's the proper way to do it, but on smaller apps I dont know that it matters too much. Just curious if this is one of the items that Apple takes into account when it is approving apps for the app store.
1 Answer
Marek Hrusovsky
4,217 PointsDon't be distracted by MVC. You can submit app to app store. The only requirement is that it will work (no crash) correctly.
The idea behind MCV is decoupling (code reuse in other projects) and improve readability of code. As your code grows it will be hard.
But again -> SHIPing has the biggest priority!