Skip to content

Commit ea87dc6

Browse files
author
Stephanie Sharp
committed
Revert "Add TODOs to MFTextField.m"
This reverts commit 993301a.
1 parent 5a57529 commit ea87dc6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

MaterialFormKit/MFTextField.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ - (void)setupPlaceholderLabel
112112
[self layoutPlaceholderLabelAnimated:NO];
113113
}
114114

115-
// TODO: Possibly extract out into factory method
116115
- (void)setupErrorLabel
117116
{
118117
self.errorLabel = [UILabel new];
@@ -682,7 +681,6 @@ - (void)prepareForInterfaceBuilder
682681
[self setupTextField];
683682
[self setupUnderline];
684683

685-
// TODO: Don't set animatesPlaceholder to NO here
686684
self.animatesPlaceholder = NO;
687685
[self.errorLabel removeFromSuperview];
688686
}

0 commit comments

Comments
 (0)