👁 '나를' 나에게 중독시키다.
매일 매일 당신의 9가지 조각을 찍어 온전한 나를 기록하고 다각도에서 느껴보세요.
📦nalul_iOS
┣ 📂Resource
┃ ┣ 📂Assets.xcassets
┃ ┣ 📂StoryBoards
┃ ┃ ┣ 📂Base.lproj
┃ ┃ ┃ ┣ 📜LaunchScreen.storyboard
┃ ┃ ┃ ┗ 📜Main.storyboard
┃ ┃ ┣ 📜CustomLaunchScreen.storyboard
┃ ┃ ┣ 📜Detail.storyboard
┃ ┃ ┣ 📜OnBoarding.storyboard
┃ ┃ ┗ 📜Write.storyboard
┃ ┣ 📜NotoSansCJKkr-Bold.otf
┃ ┣ 📜NotoSansCJKkr-Light.otf
┃ ┗ 📜NotoSansCJKkr-Regular.otf
┣ 📂Source
┃ ┣ 📂Cell
┃ ┃ ┣ 📜DetailCell.swift
┃ ┃ ┗ 📜EmptyCell.swift
┃ ┣ 📂Extension
┃ ┃ ┣ 📜EmptyExtension.swift
┃ ┃ ┗ 📜UIImageView+Extensions.swift
┃ ┣ 📂Model
┃ ┃ ┣ 📜DetailResponse.swift
┃ ┃ ┗ 📜EmptyModel.swift
┃ ┣ 📂Service
┃ ┃ ┣ 📜APIConstants.swift
┃ ┃ ┣ 📜DetailService.swift
┃ ┃ ┗ 📜NetworkResult.swift
┃ ┣ 📂View
┃ ┃ ┗ 📜EmptyView.swift
┃ ┗ 📂ViewController
┃ ┃ ┣ 📜DetailVC.swift
┃ ┃ ┣ 📜HistoryVC.swift
┃ ┃ ┣ 📜MainVC.swift
┃ ┃ ┣ 📜OnBoardingFirstVC.swift
┃ ┃ ┣ 📜OnBoardingSecondVC.swift
┃ ┃ ┣ 📜OnBoardingVC.swift
┃ ┃ ┣ 📜SplashVC.swift
┃ ┃ ┗ 📜WriteVC.swift
┗ 📂Surpporting File
┃ ┣ 📜AppDelegate.swift
┃ ┣ 📜Info.plist
┃ ┗ 📜SceneDelegate.swift
이름 | 구현기능 |
---|---|
김민희 | 글 작성 및 등록, 로그인(스플래쉬) |
곽민제 | 온보딩, 메인 화면 |
이인애 | 부위별 상세페이지, 부위별 피드 |
라이브러리 | 사용처 |
---|---|
Alamofire | HTTP 통신 |
Kingfisher | 이미지 통신 |