wnagrodzki / iOSProgrammingGuidelines

2 stars 0 forks source link

Xcode project structure #22

Open wnagrodzki opened 5 years ago

wnagrodzki commented 5 years ago

Draft

|--Scenes
  |--Login
     |--Views
     |--Logic
  |--ItemList
  |--Profile
|--Model
|--Views
   |--Controls
|--ViewControllers
|--Logic
   |--Synchronization
|--Resources
   |--Assets.xcassets
|--Documentation
|--README.md
Moskacz commented 5 years ago

Do I understand this correctly; a) inside Scenes folder we have subfolders that contain files with specific use case for particular scene b) files with code being used in multiple contexts should be placed in Model/Views/ViewControllers/Logic folder