This commit is contained in:
Suresh, Kamlesh 2019-04-02 17:21:56 -04:00
parent 8b3d561543
commit d0ac49663a

View File

@ -137,7 +137,6 @@
self.formLabelRightPin.constant = padding;
}
+ (nullable instancetype)mfTextFieldWithMap:(nullable NSDictionary *)map bothDelegates:(nullable id<UITextFieldDelegate, MFTextFieldDelegate>)delegate {
MFTextField *textField = [self mfTextField];
textField.translatesAutoresizingMaskIntoConstraints = NO;