Skip to content

jeanclad/ItunesKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ItunesKit - MVVM with RxSwift

실행화면

실행방법

cd ITunesKit/
pod install
open ITunesKit.xcworkspace/
  • Pod도 형상관리에 포함하였습니다. (gitignore에서 pods 주석처리 하였음)

주요사항

  • MVVM 아케텍쳐로 설계
  • Unit Test 가능하도록 Biz logic은 최대한 VIew-Model에서 처리
  • D.R.Y(Don’t Repeat Yourself) 원칙 준수
  • 최대한 코드양을 적게 작성
  • Swiftlint적용하여 Swift API Guideline 준수