iOS 7 simple weather app that displays current temperature in world capitals.
Purpose of this project is to familiarize myself with technologies listed below.
- Storyboards - new technique for dequeing cells from storyboard
- iOS 7 Autolayout - it seems with iOS 7 using autolayouts became super easy, although I haven't tried frame animation with autolayout yet.
- Experimenting with
[UIFont preferredFontForTextStyle:]
UIActivityIndicatorView
NSURLSession
- quick hack to see how it is different from NSURLConnection or AFNetworking
Shoutout to @mledoze for list of countries Shoutout to OpenWeatherData for weather API