Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 981 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 981 Bytes

GetCurrentWeather

this is a demo of swift

record record record

About the project

  • Platform:iOS 10.0 or new
  • Using Swift 5.0
  • Using MVVM for data-flow
  • Using RXSwift for binding data
  • Using Realm for persistence
  • Using Moya for the api-service
  • Using Hero for transition animation

UML

UML

Run the demo

  • download or pull the project
  • go into the project directory
  • pod install
  • open the project with Xcode
  • run

Todo

  • unit test is not done yet