HeightLayoutPolicy

public enum HeightLayoutPolicy

Undocumented

  • Fixed height of text field

    Declaration

    Swift

    case fixed
  • Flexible height policy for text field. Also allows you to configure minimal height for text field and bottom space value under hint label.

    Declaration

    Swift

    case elastic(policy: FlexibleHeightPolicy)