Skip to content

v2.1.0: Buffers

Compare
Choose a tag to compare
@cbpowell cbpowell released this 14 Dec 16:14
· 548 commits to master since this release

New Features

  • Adds the leadingBuffer and trailingBuffer properties, which replace the continuousMarqueeExtraBuffer 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.