Skip to content

Commit

Permalink
Fixed missing available
Browse files Browse the repository at this point in the history
  • Loading branch information
EkkoG committed Jan 3, 2023
1 parent 651efae commit 7e77510
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public extension ChainableObject where Base: UILabel {
return self
}

@available(iOS 14.0, *)
@discardableResult
func lineBreakStrategy(_ newValue: NSParagraphStyle.LineBreakStrategy) -> Self {
base.lineBreakStrategy = newValue
Expand Down

0 comments on commit 7e77510

Please sign in to comment.