New Features
- Adds the
leadingBuffer
andtrailingBuffer
properties, which replace thecontinuousMarqueeExtraBuffer
property. These give you more control over label positioning! Check out the example usage in the demo.
Fixes
- Merges in PR #82 (with slight modification), which fixes the iOS 8.0.0 (only) bug with
layoutSubviews
- thanks @zodester! - Merges in PR #86, which fixes an issue where text color wouldn't be changed - thanks @miranbrajsa!
- Fixes an issue where the second label of continuous-type labels would not be properly resized.