v2.5.0: UIView sizing and layout
- Accounts for the
leadingBuffer
in thesizeThatFits
andinstrinsicContentSize
methods, so that MarqueeLabel will report the actual size that will fit without scrolling. Note that this could affect your layouts if you useleadingBuffer
! - Corrects an issue where the trailing edge fade would be retained even when the label was set to
labelize
(when it should look exactly like a UILabel)