Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 985 Bytes

File metadata and controls

38 lines (32 loc) · 985 Bytes

Mirror-iOS

개발환경

  • 미니멈 배포버전: iOS 16.0
  • Xcode 14.3
  • 서버 통신 : URL Session

iOS 개발 명세

  • 디자인 패턴: MVC
  • UI: Code Base
  • 언어: Swift
  • 라이브러리

    SnapKit - 레이아웃 설정
    VisionKit - 문서 및 이미지 OCR (최소 16.0)

프로젝트 구조

├── Mirror_ios
│   ├── App
│   ├── Global
│   │   ├── Extension
│   │   ├── Resource
│   │   │   └── Assets.xcassets
│   │   ├── Template
│   │   └── Util
│   ├── Network
│   │   ├── API
│   │   └── Model
│   └── Presentation
│   ├── View
│   └── ViewModel
└── Mirror_ios.xcodeproj

사용 모델

  • 물건 찾기 기능(object detection) : yolov8s