Guest User

Untitled

a guest
Mar 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. // Add this to the top of your file
  2. import PlacenoteSDK
  3.  
  4. // Initialize LibPlacenote in your application launch function like this
  5. func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions:
  6. [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
  7.  
  8. LibPlacenote.instance.initialize(apiKey: "Enter API Key Here")
  9. return true
  10. }
Add Comment
Please, Sign In to add comment