Skip to content

Commit a8e0afc

Browse files
committed
Remove @IBInspectable from textFromatted field
1 parent a86034e commit a8e0afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FormattedTextField/FormattedTextField.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ open class FormattedTextField: UITextField {
5050
addSubview(placeholderLabel)
5151
}
5252

53-
@IBInspectable open var textFormatter: TextFromatter? {
53+
open var textFormatter: TextFromatter? {
5454
didSet(oldFormatter) {
5555
let text = (self.text ?? "")
5656
let selectedRange = selectedCharactersRange ?? text.startIndex..<text.startIndex

0 commit comments

Comments
 (0)