Clean up ahead of PR.

pull/1/head
Matthew Chen 7 years ago
parent 055061ff5e
commit a5128273ba

@ -210,7 +210,6 @@ NS_ASSUME_NONNULL_BEGIN
[self.view addSubview:underscoreView];
[underscoreView autoPinEdge:ALEdgeTop toEdge:ALEdgeBottom ofView:self.pinTextfield withOffset:3];
[underscoreView autoPinWidthToSuperviewWithMargin:self.hMargin];
// [underscoreView autoSetDimension:ALDimensionWidth toSize:textFieldWidth];
[underscoreView autoHCenterInSuperview];
[underscoreView autoSetDimension:ALDimensionHeight toSize:1.f];

Loading…
Cancel
Save