diff --git a/Classes/.DS_Store b/Classes/.DS_Store new file mode 100644 index 0000000..890164a Binary files /dev/null and b/Classes/.DS_Store differ diff --git a/README.md b/README.md index 5d30d13..f1626dd 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/example.gif b/example.gif index 51567eb..a85f762 100644 Binary files a/example.gif and b/example.gif differ