We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a57529 commit ea87dc6Copy full SHA for ea87dc6
1 file changed
MaterialFormKit/MFTextField.m
@@ -112,7 +112,6 @@ - (void)setupPlaceholderLabel
112
[self layoutPlaceholderLabelAnimated:NO];
113
}
114
115
-// TODO: Possibly extract out into factory method
116
- (void)setupErrorLabel
117
{
118
self.errorLabel = [UILabel new];
@@ -682,7 +681,6 @@ - (void)prepareForInterfaceBuilder
682
681
[self setupTextField];
683
[self setupUnderline];
684
685
- // TODO: Don't set animatesPlaceholder to NO here
686
self.animatesPlaceholder = NO;
687
[self.errorLabel removeFromSuperview];
688
0 commit comments