34th SOPT 합동세미나 모바일 앱 4조 - KREAM iOS 프로젝트입니다
- UIKit
- Snapkit
- Then
- Moya
- KingFisher
- SwiftLint
📦 Kream-iOS
├── 📜 .swiftlint
├── 📂 Application
│ ├── 📜 Appdelegate
│ ├── 📜 SceneDelegate
│ └── 📜 Info.plist
├── 📂 Global
│ ├── 📂 Extension
│ │ ├── 📂 Foundation+
│ │ └── 📂 UIKit+
│ └── 📂 Resources
│ ├── 📂 Font
│ ├── 📜 Font
│ ├── 📜 Color
│ └── 📜 Assets
├── 📂 Utility
└── 📂 Presentation
├── 📂 Onboarding
│ ├── 📂 ViewController
│ │ └── 📜 OnboardingViewController
│ ├── 📂 Views
│ │ └── 📜 OnboardingView
│ └── 📂 Cells
│ └── 📜 OnboardingTableViewCell
├── 📂 Home
└── 📂 TabBar