August 2025
Intermediate to advanced
270 pages
6h 16m
English
I like to organize my Xcode projects like Rails applications. By keeping them in line with each other, I have one less context switch to make when swapping back and forth between the codebases. This means controllers in a Controllers folder, views in a Views folder, and so on, with the one exception: iOS uses capitalized camel case instead of lowercased underscores.
First, from the Project Navigator in Xcode, rename the HikingJournal that has the folder icon to App. Click it once, and then press the ↩ key. Type “App” and hit ↩ again.

Now, create a new nested folder by right-clicking App and selecting New Folder from ...
Read now
Unlock full access