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 a07c6c1 commit c18636dCopy full SHA for c18636d
Classes/MPNumericTextField.m
@@ -71,6 +71,12 @@ - (void) setDefaults {
71
self.textAlignment = NSTextAlignmentRight;
72
}
73
74
+- (void) setCurrencyCode:(NSString *)currencyCode {
75
+ _currencyCode = currencyCode;
76
+ // This call will force the reset of the placeholder (if needed):
77
+ [self setType:self.type];
78
+}
79
+
80
- (void) setType:(MPNumericTextFieldType)type {
81
_type = type;
82
0 commit comments