Skip to content

Sample iOS app that retrieves and displays local weather. Uses LocalWeatherKit CocoaPod.

Notifications You must be signed in to change notification settings

AnthonyArzola/LocalWeather

Repository files navigation

Local Weather

App Image

Sample Objective-C app that displays location based weather. Leverages LocalWeatherKit CocoaPod. Additionally, makes use of Local Weather images.

Getting Started

  1. Get API key from OpenWeatherMap

  2. Clone this repo

  3. Open workspace, replace KEY_ID constant value in LWConstants.h with your API key from Step 1

  4. Clone LocalWeatherKit. LocalWeather app references LocalWeatherKit CocoaPod, a local and unpublished pod

  5. That's it! Run app and enjoy the local weather. Well, the weather app at least :-)

Leverages

  • Core Location - CLLocationManager
  • MapKit - MKAnnotation
  • UIKit
    • 3D Touch
      • UIApplicationShortcutItem
    • Peek and Pop
      • UIViewControllerPreviewingDelegate
      • UIPreviewActionItem

App Screenshots

3D Touch Loading

Refresh List

Map City Weather Details

About

Sample iOS app that retrieves and displays local weather. Uses LocalWeatherKit CocoaPod.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published