Skip to content

dnd-side-project/dnd-9th-1-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

💎 목표를 작게 나누고 차근차근 깨나가보세요! Milestone 💎

스크린샷 2021-11-19 오후 3 52 02

📑 9th DND Milestone 발표자료 📑

📹 9th DND Milestone 시연영상 📹

🛠 Development Environment

스크린샷 2021-11-19 오후 3 52 02 스크린샷 2021-11-19 오후 3 52 02

🎁 Library

라이브러리 Version
Then 3.0.0 SPM
SnapKit 5.6.0 SPM
RxSwift 6.6.0 SPM
RxCocoa 6.6.0 SPM
RxKakaoOpenSDK 2.17.0 SPM

📖 Milestone SwiftLint Rule & Usage

disabled_rules:
- trailing_whitespace
- force_cast
- force_try
- force_unwrapping
- identifier_name
- line_length
- shorthand_operator
- type_name
- function_parameter_count
- function_body_length
- nesting
- cyclomatic_complexity
- mark

opt_in_rules:
- empty_count
- empty_string
- vertical_parameter_alignment_on_call

🗂 Folder Structure

dnd-9th-1-ios
└── Milestone
    └── Milestone
        ├── Core
        │   ├── API
        │   ├── Foundation
        │   └── Services
        ├── Global
        │   ├── Base
        │   ├── Component
        │   ├── Enum
        │   ├── Extension
        │   ├── Literal
        │   ├── Resource
        │   │   ├── Assets.xcassets
        │   │   └── Font
        │   ├── Support
        │   └── Utils
        ├── Model
        ├── Network
        │   └── Foundation
        └── Screens
            ├── Onboarding
            │   ├── View
            │   └── ViewModel
            ├── Main
            │   └── View
            ├── StorageBox
            │   ├── View
            │   └── ViewModel
            ├── FillBox
            │   ├── Protocol
            │   ├── View
            │   │   └── Cell
            │   └── ViewModel
            ├── CompletionBox
            │   ├── View
            │   │   └── Cell
            │   └── ViewModel
            └── Setting
                ├── Cell
                └── ViewModel

🍎 iOS Developers

@Parkjju @EunsuSeo01
스크린샷 2021-11-19 오후 3 52 02 스크린샷 2021-11-19 오후 3 52 02
완료함
설정화면
Alamofire 네트워크 세팅
카카오톡 & 애플 로그인
키체인 옵저버블
프로젝트 세팅
메인 PageVC + SegmentControl
채움함
복구함

Releases

No releases published

Languages