You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.