Skip to content

Commit

Permalink
Added fontSizeLinkIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Minimistro32 committed Jan 5, 2022
1 parent fb65423 commit 22847bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/FittableFontLabel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ open class FittableFontLabel: UILabel {
@IBInspectable public var rightInset: CGFloat = 0
@IBInspectable public var topInset: CGFloat = 0
@IBInspectable public var bottomInset: CGFloat = 0

/// Identifier
@IBInspectable public var fontSizeLinkIdentifier: String?

// MARK: Properties override

Expand Down

0 comments on commit 22847bf

Please sign in to comment.