Skip to content

Commit

Permalink
Merge pull request scalessec#89 from lboatto/master
Browse files Browse the repository at this point in the history
Fix method names in README.md
  • Loading branch information
scalessec authored Nov 24, 2017
2 parents 31f1b10 + 7b55e51 commit 4d3d644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ ToastManager.shared.style = style
self.view.makeToast("This is a piece of toast") // now uses the shared style

// toggle "tap to dismiss" functionality
ToastManager.shared.tapToDismissEnabled = true
ToastManager.shared.isTapToDismissEnabled = true

// toggle queueing behavior
ToastManager.shared.queueEnabled = true
ToastManager.shared.isQueueEnabled = true
```

See the demo project for more examples.
Expand Down

0 comments on commit 4d3d644

Please sign in to comment.