Skip to content

Simple iOS application for iPhone, supports offline mode, internet connection checking, gets data from DarkSky API and GooglePlaces API.

Notifications You must be signed in to change notification settings

blackfoxik/WeatherForecaster

Repository files navigation

WeatherForecaster

  • built-in cities(through csv file parsing)
  • internet connection checking (reachability)
  • offline mode supporting (persistent data through CoreData)
  • DarkSky API weather provider
Main screen Detail screen
Reachability Selecting city

app implemented with MVP pattern, for app "as is" enough CocoaMVC, but quite often while app grows CocoaMVC becomes MassiveVC. During implementation, I tried to achieve max flexible (app's modules interact by protocols, dependency injection by setters and constructors) this makes app to be quite redundant but allows to add future functionality and testing in a more convenient way.

About

Simple iOS application for iPhone, supports offline mode, internet connection checking, gets data from DarkSky API and GooglePlaces API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published