Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.09 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.09 KB

Weather App

The application provides the weather information on the phone location and other saved cities information.

I used MVVM architected on this project. I use the Observable class for data binding.

Folder Scheme

├── WeatherApp
│   ├── Assets                   
│   ├── Controller                    
│       ├── BaseController
│       ├── CitySearchController
│       ├── MainController
│       ├── SplashController
├── Extension                     
├── Helper                    
├── tools                   
├── Manager
├── Observable
├── Request
├── UIApplication
└── README.md

Third Party Extensions