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 6243fc5 commit bddb1d9Copy full SHA for bddb1d9
Source/UIKit/UILabel.swift
@@ -12,7 +12,7 @@ import UIKit
12
extension UILabel {
13
/// Wraps a label's `text` value in a bindable property.
14
public var rex_text: MutableProperty<String?> {
15
- return associatedProperty(self, key: &attributedTextKey, initial: { $0.text }, setter: { $0.text = $1 })
+ return associatedProperty(self, key: &textKey, initial: { $0.text }, setter: { $0.text = $1 })
16
}
17
18
/// Wraps a label's `attributedText` value in a bindable property.
0 commit comments