Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.31 KB

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