space
This commit is contained in:
parent
8b3d561543
commit
d0ac49663a
@ -137,7 +137,6 @@
|
|||||||
self.formLabelRightPin.constant = padding;
|
self.formLabelRightPin.constant = padding;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
+ (nullable instancetype)mfTextFieldWithMap:(nullable NSDictionary *)map bothDelegates:(nullable id<UITextFieldDelegate, MFTextFieldDelegate>)delegate {
|
+ (nullable instancetype)mfTextFieldWithMap:(nullable NSDictionary *)map bothDelegates:(nullable id<UITextFieldDelegate, MFTextFieldDelegate>)delegate {
|
||||||
MFTextField *textField = [self mfTextField];
|
MFTextField *textField = [self mfTextField];
|
||||||
textField.translatesAutoresizingMaskIntoConstraints = NO;
|
textField.translatesAutoresizingMaskIntoConstraints = NO;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user