Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wibosco authored Feb 10, 2020
1 parent 7e19e5b commit 18eb3fb
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,9 @@ As `TypewriterLabel` is contained in a pod, when using it with storyboards you w

Version [`2.0.0`](https://github.com/wibosco/GhostTypewriter/releases/tag/2.0.0) of `GhostTypewriter` contains breaking changes.

### Migrating from `cancelTypewritingAnimation()` or `cancelTypewritingAnimation(clearText: true)`

Now use `resetTypewritingAnimation()`.

### Migrating from `cancelTypewritingAnimation(clearText: false)`

Now use `stopTypewritingAnimation()`.
* `cancelTypewritingAnimation()` now use `resetTypewritingAnimation()`.
* `cancelTypewritingAnimation(clearText: true)` now use `resetTypewritingAnimation()`.
* `cancelTypewritingAnimation(clearText: false)` now use `stopTypewritingAnimation()`.

## Example

Expand Down

0 comments on commit 18eb3fb

Please sign in to comment.