Open weather 5 day forecast iphone app
This app retrieves the 5 day forecast from Open Weather and displays it in a table view. It also shows the current conditions.
http://openweathermap.org/forecast5
It uses a few cocoa pods: AFNetworking, RestKit, SOCKit, etc. mainly for retrieving/parsing json into model objects.
UI as you might notice is similar to Yahoo weather app but adapted to present the 5 day forecast data instead.
Open in Xcode, pick an iphone simulator and hit the run button.
Tested on Xcode 7.3.1 and iOS 9.3.1
Please reffer to the "Issues" secion in this page.