edwarfmartinez / Clima

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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