실행화면 |
---|
- 프로젝트에 기상청 API Key와 HLS 링크는 private 상태입니다. 앱을 확인하고 싶다면 앱스토어에서 다운로드 해주세요
- iOS: 15.5
- Xcode: 14.0.1
라이브러리 | Version | 관리 |
---|---|---|
SnapKit | develop |
SPM |
Commit Type | Description |
---|---|
[Project] | 프로젝트 설정 및 파일/폴더관리 |
[Feat] | 기능구현 |
[Fix] | 에러 및 버그수정 |
[Style] | 코드 형식, 코드 스타일 수정 |
[Comment] | 주석 추가 |
[Design] | UI 디자인 관련 수정 |
[Refactor] | 리팩토링 |
[Readme] | 리드미 수정 |
BJGG
|
|── Font
| |── Pretendard
| └── EsamanruOTF
|── Extension
| |── UIColor+CustomColor.swift
| |── UIFont+CustomFont.swift
| |── UILabel+CopyLabelText.swift
| └── UIDevice+DeviceCheck.swift
|── BbajiSpot
| |── UI Component
| └── BbajiSpotViewController.swift
|── BbajiHome
| |── UI Component
| └── BbajiHomeViewController.swift
|── Model
| |── BbajiInfo.swift
| |── Weather.swift
| └── PlistError.swift
|── Network
| └── WeatherManager.swift
|── Utilities
| └── Constraints.swift
|── AppDelegate.swift
|── SceneDelegate.swift
|── Assets.xcassets
|── LaunchScreen.storyboard
└── Info.plist