Last active
August 29, 2015 14:21
-
-
Save victorquinn/2bcfe2797d968f9cd1e6 to your computer and use it in GitHub Desktop.
Start LocationKit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Add the following line above the @implementation section in AppDelegate.m | |
#import <LocationKit/LocationKit.h> | |
// From within AppDelegate.m’s application:didFinishLaunchingWithOptions: method, | |
// add the following lines to initialize and launch LocationKit: | |
[LocationKit startWithApiToken:@"<yourApiTokenHere>" andDelegate:nil]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment