Skip to content

Sample app to demonstrate usage of Skywise tiled radar on iOS and a couple of approaches to animating tiled data.

Notifications You must be signed in to change notification settings

wdtinc/SkywiseTilesDemo-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SkywiseTilesDemo-iOS

Sample app to demonstrate usage of Skywise tiled data sets on iOS and a couple of approaches to animating tiled data.

Objective-C and Swift view controllers show how to integrate Skywise tile data into your application.

Prerequisites

  • WDT Skywise Tiles Credentials are required.

Setup

  1. Open the file: AppDelegate.swift

  2. Modify the SkywiseAuthentication object in didFinishLaunchingWithOptions to include your API keys:

SwarmManager.sharedManager.authentication = SkywiseAuthentication(
	app_id: "your_app_id_from_skywise",
	app_key: "your_app_key_from_skywise"
)
  1. Without these credentials, you will not be able to access data.

  2. To use the code in your application, simply copy the Swarm folder and include the source in your Xcode project, and configure your authentication as above.

About

Sample app to demonstrate usage of Skywise tiled radar on iOS and a couple of approaches to animating tiled data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published