v3.0.0 (Swift 4.0)
Breaking changes
padding
property is now using the standardcontentInset
property of UIView. So,padding
has been deprecated.displayDelimiter
has been renamed toisDelimiterVisible
.tagCornerRadius
has been renamed tocornerRadius
.placeholderAlwayVisible
has been renamed toplaceholderAlwaysVisible
.
Changes
- You can now define the size of the TagView by defining a margin of type
UIEdgeInsets
tolayoutMargins
property. - You can now define a max number of lines by using the
numberOfLines
property. - You can now define the space between lines using the
spaceBetweenLines
property.
Fixes
- #65 layout issues in an
UITableView
.
Thanks 🎉💪🙌
@billzhou0223, @griffinmacias, @matsune, @nicol3a and @CharlesAbouYakzan for the amazing API improvements and fixes.
@krezzoid for the conversion and improvements for Swift 4.0.