Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenTiigi committed Sep 23, 2019
1 parent 22b94d6 commit 21a07ac
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,6 @@ locationRequestController.onEvent = { (event: STLocationRequestController.Event)
}
```

or just pass a function 👌

```swift
locationRequestController.onEvent = onLocationRequestControllerEvent

func onLocationRequestControllerEvent(_ event: STLocationRequestController.Event) {
// Evaluate the event
}
```

## Info.plist

In order to perform a location request you have to define a usage description in your `Info.plist` file.
Expand Down

0 comments on commit 21a07ac

Please sign in to comment.