Skip to content

Commit

Permalink
Update README to note Extras
Browse files Browse the repository at this point in the history
  • Loading branch information
cbpowell committed Oct 25, 2016
1 parent 075dd1d commit 8f9a6ae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.mdown
Expand Up @@ -57,6 +57,7 @@ There are also several optional features to help with your integration of the sc

See the included demo project for several use case examples!


### Code
These lines of code create a MarqueeLabel that will scroll across its content in 8.0 seconds, and adds 10.0 point long fade at the left and right boundaries.

Expand Down Expand Up @@ -90,7 +91,12 @@ Check out the [MarqueeLabel documentation](http://cocoadocs.org/docsets/MarqueeL
- Bulk-manipulation class methods to conveniently restart, pause, and unpause all labels in a view controller
- Scrolling direction: left->right, right->left, and continuous looping (both left and right)

### Special Notes<a id="specialnotes"></a>
## Extras

Also check out [the Extras folder](/Extras), a collection of subclasses, extensions, and modifications for MarqueeLabel to implement various functionality that has been requested or suggested, but not merged into the MarqueeLabel code.


## Special Notes<a id="specialnotes"></a>

#### Automatic Scrolling

Expand Down

0 comments on commit 8f9a6ae

Please sign in to comment.