Skip to content

brandonlee503/Atmosphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atmosphere-Weather-App

A fairly simple iOS app to tell the weather for the user. Utilizes multiple paradigms covered in lessons and chapters. Many possible features to still add...

A few learned/utilized iOS development concepts include:

  • XCode plists
  • Network requests
  • Data through JSON
  • Using closures with asynchronous execution
  • Writing modular code in accordance with MVC
  • Size classes and constraints
  • Writing concurrent, asynchronous code with GCD
  • Table Views
  • Master/Detail Pattern

Setup

Simply clone this repo and open the project in Xcode. However you will need an API key for the forecast.io service in WeeklyTableViewController. Obtain an API key here!

About

An iOS app to tell the weather for the user

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages