Skip to content

foldering

Junhyeon edited this page Dec 27, 2020 · 3 revisions
- Housing/
  β”œβ”€β”€ Util/
  β”œβ”€β”€ Supports/
  β”‚   β”œβ”€β”€ ...
  β”‚   β”œβ”€β”€ LaunchScreen.storyboard
  β”‚   β”œβ”€β”€ Assets.xcassets
  β”‚   └── Info.plist
  β”œβ”€β”€ Network/
  β”œβ”€β”€ Global/
  β”‚   β”œβ”€β”€ Enums/
  β”‚   β”‚     └── Font+.swift
  β”‚   └── Extensions/
  β”‚         │── ...swift
  β”‚         └── UIView+.swift
  β”œβ”€β”€ Configuration/
  β”œβ”€β”€ Screens/
  β”‚   └── View/
  β”‚    	β”œβ”€β”€ Cell/
  β”‚     β”‚   └── TableviewCell / CollectionviewCell.swift
  β”‚     β”œβ”€β”€ Storyboards/
  β”‚     β”‚   └── View.storyboard
  β”‚     └── ViewControllers/
  β”‚         └── ViewVC.swift
  β”œβ”€β”€ Housing.xcdatamodeld/
  └── Housing.xcodeproj/

Clone this wiki locally