Skip to content

v2.5.0: UIView sizing and layout

Compare
Choose a tag to compare
@cbpowell cbpowell released this 16 Jan 01:08
· 457 commits to master since this release
  • Accounts for the leadingBuffer in the sizeThatFits and instrinsicContentSize methods, so that MarqueeLabel will report the actual size that will fit without scrolling. Note that this could affect your layouts if you use leadingBuffer!
  • 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)