- Minimum Deployments: iOS 16.0
- Development Period: 23.09.25 ~ 23.11.01 (운영중)
- Role: iOS 개발, 기획, 디자인 담당
- MVVM-C
- Clean Architecture
- UIKit, Compositonal Layout, Diffable Datasource, UIBezierPath, Local Notification, OSLog
- RxSwift, Realm, SnapKit, FSCalendar
- 단식 요일과 시간을 선택해 간헐적 단식 루틴을 설정할 수 있습니다.
- 타이머를 통해 단식 시간과 식사 시간을 모니터링할 수 있습니다.
- 단식 시작/종료 시간을 local notification을 통해 확인할 수 있습니다.
- 단식 완료 후 단식과 몸무게를 기록할 수 있습니다.
- 단식과 몸무게 기록을 캘린더를 통해 날짜별로 확인할 수 있습니다.
-
관심사의 분리(Separation of Concerns) 를 통해 layer 분리, layer들 간의 의존성 규칙(Dependency Rule) 준수
-
타이머 화면
- UIBezierPath 기반 custom progress view 구현
- RxSwift timer operator 기반 타이머 stream 생성
-
타이머 설정 화면
- Compositional Layout
- Diffable Datasource 기반 collection view 구현
-
기록 화면
- UIBazierPath 기반 custom FSCalendar cell 구현
- custom UISegmentedControl, UIPageViewController 기반 화면 구성
- Delegate Proxy 사용해 FSCalendar의 delegate 메소드 rx로 확장
-
Coordinator 기반 화면 흐름 제어, local notification 화면 이동 handling, 의존성 주입
-
OSLog 사용해 로그 모니터링