Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 649 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 649 Bytes

Clima

iOS app to check the weather in any part of the world.

Concepts:

  • How to create a dark-mode enabled app.
  • How to use vector images as image assets.
  • Delegate pattern.
  • Swift protocols and extensions.
  • Swift guard keyword.
  • Swift computed properties.
  • Swift closures and completion handlers.
  • URLSession to network and make HTTP requests.
  • Parse JSON with the native Encodable and Decodable protocols.
  • Grand Central Dispatch to fetch the main thread.
  • Core Location to get the current location from the phone GPS.

Clima