Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cbpowell committed Feb 9, 2015
1 parent 7917ef0 commit e7db945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.mdown
Expand Up @@ -5,7 +5,7 @@ MarqueeLabel is a UILabel subclass adds a scrolling marquee effect when the text

## MarqueeLabel in Swift!

If you're implementing a project in Swift, be sure to check out the [Swift version of MarqueeLabel](https://github.com/cbpowell/MarqueeLabel-Swift)!
If you're implementing a project in Swift, be sure to check out the [Swift version of MarqueeLabel](https://github.com/cbpowell/MarqueeLabel-Swift)! As of this writing it's no longer on par with this Objective-C version (and the demo doesn't even build), but feel free to help out and get it back on track!

## How To Get Started

Expand All @@ -17,7 +17,7 @@ If you're implementing a project in Swift, be sure to check out the [Swift versi

#### Important: MarqueeLabel and iOS 8.0.x

Unfortunately, iOS 8.0.0 shipped with a bug - the `layoutSubviews` method of UILabel subclasses is _never_ called. MarqueeLabel [version 2.1.0](https://github.com/cbpowell/MarqueeLabel/releases/tag/2.1.0) (and 2.0.9, a bugfix release on the now older 2.0.x branch) attempt to fix this for iOS 8.0.0 __only__. Fortunately, this issue was fixed in iOS 8.1!
Unfortunately, iOS 8.0.x shipped with a bug - the `layoutSubviews` method of UILabel subclasses is _never_ called. MarqueeLabel [version 2.1.0](https://github.com/cbpowell/MarqueeLabel/releases/tag/2.1.0) (and 2.0.9) attempt to fix this for iOS 8.0.x __only__. Fortunately, this issue was fixed in iOS 8.1!

## MarqueeLabel v2.x

Expand Down

0 comments on commit e7db945

Please sign in to comment.