Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vorobei committed Jun 4, 2019
1 parent f24319e commit 24a8e3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -245,7 +245,6 @@ var startTransitionYoffset: CGFloat {
}
```


## Delegate

To track events of hiding & allowing permissions associated with `SPPermission`, implement protocol `SPPermissionDialogDelegate`:
Expand Down Expand Up @@ -283,7 +282,7 @@ You need to add some strings to the `Info.plist` file with description. List of
- NSLocationAlwaysAndWhenInUseUsageDescription
- NSLocationAlwaysUsageDescription (iOS 10 and earlier)

Do not use the description as the name of the key - this causes errors in the latest version of the new Xcode. Specify `For SPPermission` in the description.
Do not use the description as the name of the key - this causes errors in the latest version of the new Xcode.

## How I do UI

Expand Down

0 comments on commit 24a8e3d

Please sign in to comment.