Skip to content

Commit

Permalink
Updates README and the preview GIF
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroFranco committed Mar 20, 2014
1 parent 3d590c4 commit 2ef5d2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Binary file added Classes/.DS_Store
Binary file not shown.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ Example:
// The current status is reading
} else if ([manager status:AFSpritzStatusNotStarted]) {
// The current status is not started yet
} else if ([manager AFSpritzStatusStopped]) {
// The current status is stopped, so it can be resumed
} else if ([manager AFSpritzStatusFinished]) {
// The current status is finished
}

NOTE: *AFSpritzStatusStopped* is totally useless at the moment. It will be enabled in future versions where this feature (and more!) will be added.

###Pausing and resuming

Expand Down Expand Up @@ -98,7 +100,7 @@ You can customize many properties from AFSpritzLabel, such as:

2. ~~Stop and resume the reading~~.

3. Add a little stop when there's a stop on the text (. … : , ! ?).
3. ~~Add a little stop when there's a stop on the text (. … : , ! ?).~~

4. Restart the reading.

Expand Down
Binary file modified example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2ef5d2b

Please sign in to comment.