🌟 34th NOW SOPT APPJAM, 팀 '비포장도로' iOS Repository입니다 🌟
- 서비스 명: Offroad(오프로드)
- 서비스 소개: 오프라인에서 모험을 즐길 수 있는 게임형 서비스로, 유저들이 일상을 더 즐겁게 보낼 수 있도록 하며 자영업자들에게는 마케팅 효과를 제공하여 오프라인 상권을 부흥시킨다.
김민성 | 정지원 | 조혜린 |
---|---|---|
|
|
|
Library | 사용 목적 |
---|---|
클로저를 통해 깔끔하고 직관적으로 인스턴스 생성 가능 | |
네트워크 통신을 위해 사용 | |
UI AutoLayout을 위해 사용 | |
svg 파일의 이미지 데이터 처리를 위해 사용 | |
이미지 데이터 처리를 위해 사용 | |
카카오 소셜 로그인을 위해 사용 |
├── Application
│ ├── Appdelegate
│ ├── SceneDelegate
├── Global
│ ├── Extension
│ ├── Literals
│ │ ├── Literal
│ │ ├── String
│ ├── Protocols
│ ├── Resources
│ │ ├── Font
│ │ ├── Assets
│ │ ├── Info.plist
│ ├── SupportingFiles
│ │ ├── Base
├───├───├───── LaunchScreen
├── Network
│ ├── Base
│ ├── DataModel
│ ├── Service
├── Presentation
│ ├── Common
│ │ ├── UIComponents
│ ├── Login
│ │ ├── ViewControllers
│ │ ├── Views
├───├───├── Models
│ ├── Splash
│ │ ├── ViewControllers
│ │ ├── Views
├───├───├── Models
│ ├── Nickname
│ │ ├── ViewControllers
│ │ ├── Views
├───├───├── Models
│ ├── Character
│ │ ├── ChoosingCharacter
│ │ ├── CompleteChoosingCharacter
│ ├── Home
│ │ ├── ViewControllers
│ │ ├── Views
├───├───├── Models
│ ├── QuestMap
│ │ ├── ViewControllers
│ │ ├── Views
├───├───├── Models
│ ├── QuestQR
│ │ ├── ViewControllers
│ │ ├── Views
├───├───├── Models
│ ├── QuestList
│ │ ├── ViewControllers
│ │ ├── Views
├───├───├── Models
│ ├── PlaceList
│ │ ├── ViewControllers
│ │ ├── Views
├───├───├── Models
│ ├── Mypage
│ │ ├── Character
│ │ ├── Coupon
│ │ ├── Title
├───├───├── Settings