Skip to content

foldering

ryanNoh edited this page Jun 28, 2021 · 1 revision
- CA-PIN_iOS/
  β”œβ”€β”€ Supports/
  β”‚   β”œβ”€β”€ ...
  β”‚   β”œβ”€β”€ Assets.xcassets
  β”‚   β”œβ”€β”€ Info.plist
  β”‚   β”œβ”€β”€ AppDelegate.swift
  β”‚   β”œβ”€β”€ SceneDelegate.swift
  β”‚   └── Base.lproj/
  β”‚         └── LaunchScreen.storyboard
  β”œβ”€β”€ Network/
  β”œβ”€β”€ Global/
  β”‚   β”œβ”€β”€ Protocols/
  β”‚   β”‚     └── ReusableView.swift
  β”‚   β”œβ”€β”€ Models/
  β”‚   β”‚     └── ...swift
  β”‚   β”œβ”€β”€ Enums/
  β”‚   β”‚     └── Font+.swift
  β”‚   └── Extensions/
  β”‚         │── ...swift
  β”‚         └── UIView+.swift
  β”œβ”€β”€ Configuration/
  β”‚   β”œβ”€β”€ KeyChainStorage.swift
  β”œβ”€β”€ Screens/
  β”‚   └── View/
  β”‚    	β”œβ”€β”€ Cell/
  β”‚     β”‚   └── TableviewCell / CollectionviewCell.swift
  β”‚     β”œβ”€β”€ Storyboards/
  β”‚     β”‚   └── View.storyboard
  β”‚     └── ViewControllers/
  β”‚         └── ViewVC.swift
  └── CA-PIN_iOS.xcodeproj/

Clone this wiki locally