Skip to content

Ounce_Foldering

Junhyeon edited this page Jul 1, 2020 · 3 revisions
- Ounce/
  β”œβ”€β”€ Example+Reference
  β”‚   └── View/
  β”‚    	β”œβ”€β”€ Cell/
  β”‚     β”‚   └── TableviewCell / CollectionviewCell.swift
  β”‚     β”œβ”€β”€ Storyboards/
  β”‚     β”‚   └── View.storyboard
  β”‚     └── ViewControllers/
  β”‚         └── ViewVC.swift
  β”œβ”€β”€ Global/
  β”‚   β”œβ”€β”€ Delegate/
  β”‚   β”‚     │── SceneDelegate.swift
  β”‚   β”‚     └── AppDelegate.swift
  β”‚   β”œβ”€β”€ Enums/
  β”‚   β”‚     └── Font+Enum.swift
  β”‚   β”œβ”€β”€ Extensions/
  β”‚   β”‚     │── ...swift
  β”‚   β”‚     └── UIView+Extension.swift
  β”‚   β”œβ”€β”€ Models/
  β”‚   β”‚     │── ....swift
  β”‚   β”‚     └── Model.swift
  β”‚   β”œβ”€β”€ Resources/
  β”‚   β”‚     │── Assets.xcassets
  β”‚   β”‚     └── LaunchScreen.storyboard
  β”‚   β”œβ”€β”€ Service/
  β”‚   β”‚     │── ....swift
  β”‚   β”‚     └── APIConstants.swift
  β”‚   └── Supporting Files/
  β”‚         └── Info.plist
  β”œβ”€β”€ Secene/
  β”‚   └── View/
  β”‚    	β”œβ”€β”€ Cell/
  β”‚     β”‚   └── TableviewCell / CollectionviewCell.swift
  β”‚     β”œβ”€β”€ Storyboards/
  β”‚     β”‚   └── View.storyboard
  β”‚     └── ViewControllers/
  β”‚         └── ViewVC.swift
  β”œβ”€β”€ Pods/
  β”œβ”€β”€ README.md/
  β”œβ”€β”€ Podfile/
  β”œβ”€β”€ Ounce.xcdatamodeld/
  β”œβ”€β”€ Ounce.xcworkspace/
  └── Ounce.xcodeproj/

Clone this wiki locally