We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7bdf35 commit f9bcfc6Copy full SHA for f9bcfc6
Sources/TweePlaceholderTextField.swift
@@ -55,13 +55,13 @@ open class TweePlaceholderTextField: UITextField {
55
/// Custom placeholder label. You can use it to style placeholder text.
56
public private(set) lazy var placeholderLabel = UILabel()
57
58
- public override var text: String? {
+ open override var text: String? {
59
didSet {
60
setCorrectPlaceholderSize()
61
}
62
63
64
- public override var attributedText: NSAttributedString? {
+ open override var attributedText: NSAttributedString? {
65
66
67
0 commit comments