I'm trying to get two MDCTextFields (https://material.io/develop/ios/components/textfields/) to stack vertically, one under the other without any spacing.
Here's a visual representation:
This is what it actually looks in the emulator altho they are constrained to stay close without margin/padding. MDCInputFields adds these spacings for label below each InputField. Is there a way to override this?
Constraint looks like this, top between email and password with constant 0
within a StackView set to Vertical.