Questions about structuring xcode projects

what are the best pratives when working in an xcode project? How can you manage and divide all the Swift files, views etc. so that you can keep an overview?
1 Reply
RD
RD10mo ago
Since Xcode uses virtual file structure, for a long time the convention was "dump everything under the sources folder and assign groups in project up to your liking". Other obvious rules are: - follow bundle structure - keep view/viewcontroller/xib together - put sources one level down so the supporting files are easy to find at the top level
Want results from more Discord servers?
Add your server