Skip to content

iiiiive/nbcamp-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

썸네일

NBCamp iOS

Members

yujinkim1 seojinkim112211 hw-devlog aera11 YoungKunChoi
김유진 김서진 이현우 이애라 최영군

Architecture

Architecture

Application Layer

Application-Layer

File Structures

.
├── NBCamp
│   ├── Application
│   │   ├── AppDelegate.swift
│   │   └── SceneDelegate.swift
│   ├── Info.plist
│   ├── Model
│   │   ├── Mock.swift
│   │   ├── Post.swift
│   │   └── User.swift
│   ├── Presentation
│   │   ├── Community
│   │   │   ├── Storyboard
│   │   │   │   └── Community.storyboard
│   │   │   └── ViewController
│   │   │       └── CommunityViewController.swift
│   │   ├── Detail
│   │   │   ├── Storyboard
│   │   │   │   └── Detail.storyboard
│   │   │   └── ViewController
│   │   │       └── DetailViewController.swift
│   │   ├── Edit
│   │   │   ├── Storyboard
│   │   │   │   └── Edit.storyboard
│   │   │   └── ViewController
│   │   │       └── EditViewController.swift
│   │   ├── History
│   │   │   ├── Storyboard
│   │   │   │   └── History.storyboard
│   │   │   └── ViewController
│   │   │       └── HistoryViewController.swift
│   │   ├── Home
│   │   │   ├── Storyboard
│   │   │   │   └── Home.storyboard
│   │   │   └── ViewController
│   │   │       └── HomeViewController.swift
│   │   ├── Main
│   │   │   └── Storyboard
│   │   │       └── Main.storyboard
│   │   ├── Profile
│   │   │   ├── Storyboard
│   │   │   │   └── Profile.storyboard
│   │   │   └── ViewController
│   │   │       └── ProfileViewController.swift
│   │   └── Write
│   │       ├── Storyboard
│   │       │   └── Write.storyboard
│   │       └── ViewController
│   │           └── WriteViewController.swift
│   ├── Resource
│   │   ├── Assets.xcassets
│   │   │   ├── AppIcon.appiconset
│   │   │   ├── Contents.json
│   │   │   ├── Image
│   │   │   └── Palette
│   │   ├── Font
│   │   ├── Icon
│   │   ├── Image
│   │   └── LaunchScreen.storyboard
│   └── Utility
│       ├── ColorManager.swift
│       ├── DateTimeFormatter.swift
│       └── ExternalManager.swift