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.
copy
1 parent 106f04b commit fff8e7cCopy full SHA for fff8e7c
Classes/MPNumericTextField.h
@@ -47,7 +47,7 @@ IB_DESIGNABLE
47
@property (nonatomic, strong) IBInspectable UIColor *placeholderColor;
48
@property (nonatomic, assign) MPNumericTextFieldType type;
49
@property (nonatomic, strong) NSLocale *locale;
50
-@property (nonatomic, strong) NSString *currencyCode;
+@property (nonatomic, copy) NSString *currencyCode;
51
@property (nonatomic, assign) NSNumber *numericValue;
52
@property (nonatomic, readonly) id<UITextFieldDelegate> forwardDelegate;
53
0 commit comments