Skip to content

Foldering

Jaeyong edited this page Jan 5, 2021 · 1 revision
- BeMe/
  β”œβ”€β”€ BeMe/
  β”‚   β”œβ”€β”€ Secene/
  β”‚   β”‚     └── View/
  β”‚   β”‚	         β”œβ”€β”€ Cells/
  β”‚   β”‚          β”‚    └── TableviewCell / CollectionviewCell.swift
  β”‚   β”‚          β”œβ”€β”€ Storyboards/
  β”‚   β”‚          β”‚    └── View.storyboard
  β”‚   β”‚          └── ViewControllers/
  β”‚   β”‚               └── ViewVC.swift
  β”‚   │── Extensions/
  β”‚   β”‚     β”œβ”€β”€ ...swift
  β”‚   β”‚     └── UIView+Extension.swift
  β”‚   β”œβ”€β”€ Models/
  β”‚   β”‚     │── ....swift
  β”‚   β”‚     └── Model.swift
  β”‚   β”œβ”€β”€ Resources/
  β”‚   β”‚     │── Assets.xcassets
  β”‚   β”‚     └── LaunchScreen.storyboard
  β”‚   β”œβ”€β”€ Service/
  β”‚   β”‚     │── ....swift
  β”‚   β”‚     └── APIConstants.swift
  β”‚   └── Supporting Files/
  β”‚   β”‚     └── Info.plist
  β”‚   β”œβ”€β”€ Delegate/
  β”‚   β”‚     │── SceneDelegate.swift
  β”‚   β”‚     └── AppDelegate.swift
  β”‚   β”œβ”€β”€ Enums/
  β”‚   β”‚     └── Font+Enum.swift
  β”œβ”€β”€ Pods/
  β”œβ”€β”€ Podfile/
  β”œβ”€β”€ BeMe.xcdatamodeld/
  β”œβ”€β”€ BeMe.xcworkspace/
  └── BeMe.xcodeproj/
Clone this wiki locally