Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Chau committed Sep 6, 2017
2 parents 512830a + c8e529a commit a4140f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class ViewController: UIViewController {
```

## Notifications
PoliteReview supports KVO. You can use these to trigger analytics events, or for other things. They will report with `userInfo` for the result of the action, with yes as `true` and no as `false`
PoliteReview supports Notifications. You can use these to trigger analytics events, or for other things. They will report with `userInfo` for the result of the action, with yes as `true` and no as `false`

`Notification.Name` is extended, and you may observe the following.
* `.politeReviewLoveAlert` with `userInfo`: `PoliteReviewNotification.loveAlert`
Expand Down

0 comments on commit a4140f4

Please sign in to comment.