Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cbpowell/MarqueeLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
cbpowell committed Mar 17, 2019
2 parents fce585f + 6cf4015 commit c364741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added Metadata/Storyboards_config.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ With:
If you're using Storyboards/Interface Builder you can create a MarqueeLabel instance by adding a normal UILabel view to your Storyboard, and then manually changing the view's class to `MarqueeLabel` in the "Custom Class" field of the Identity Inspector tab on the Utilities panel (the right-side panel).
_Note:_ If you forget to change the Custom Class field to `MarqueeLabel` and then try to access/set MarqueeLabel-specific properties in your code, you will get crashes!

<img src="Metadata/Storyboards_config.png" width="300">

You can then configure the normal UILabel properties, as well as most of the MarqueeLabel configuration properties, via the Attributes tab of the Utility panel!

### Even More
Expand Down

0 comments on commit c364741

Please sign in to comment.