Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 702 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 702 Bytes

WeatherApp

Screenshots

WeatherApp(1) WeatherApp(2)

Description

  • This is a weather iOS application
  • Ask user for permission to track their location to provide local weather information
  • Show hourly weather for the next 5 hours
  • Shows daily weather for the next 5 days
  • UI with Storyboard
  • MVC Design Pattern

Frameworks:

  • Foundation
  • UIKit
  • CoreLocation

What I've Learned:

  • How to make network calls
  • How to parse JSON into Swift Models
  • How to work with collection views