Skip to content

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

Notifications You must be signed in to change notification settings

edwarfmartinez/Clima

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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