Organizing code for iOS app development
Posted
by
KronoS
on Programmers
See other posts from Programmers
or by KronoS
Published on 2012-07-03T17:07:58Z
Indexed on
2012/07/03
21:22 UTC
Read the original article
Hit count: 364
I've been developing an app for the iOS platform, and as I've been going along, I've noticed that I've done a terrible job of keeping my files (.h, .m, .mm) organized. Is there any industry standards or best practices when it comes to organizing files for an iOS project?
My files include custom classes (beside the view controllers), customized View Controllers, third-party content, code that works only on iOS 5.0+ and code that works on previous versions. What I'm looking for is a solution to keep things organized in a manner that others (or myself in years to come) can look at this and understand the basic structure of the application and not get lost in the multiple files found therein.
© Programmers or respective owner