Skip to content

Commit f9bcfc6

Browse files
committed
Fixes.
1 parent d7bdf35 commit f9bcfc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/TweePlaceholderTextField.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ open class TweePlaceholderTextField: UITextField {
5555
/// Custom placeholder label. You can use it to style placeholder text.
5656
public private(set) lazy var placeholderLabel = UILabel()
5757

58-
public override var text: String? {
58+
open override var text: String? {
5959
didSet {
6060
setCorrectPlaceholderSize()
6161
}
6262
}
6363

64-
public override var attributedText: NSAttributedString? {
64+
open override var attributedText: NSAttributedString? {
6565
didSet {
6666
setCorrectPlaceholderSize()
6767
}

0 commit comments

Comments
 (0)