Icons

public struct Icons
  • Left chevron icon used to navigating input fields

    Declaration

    Swift

    public var chevronLeft: UIImage
  • Text field clear text icon. Set to nil for default iOS icon

    Declaration

    Swift

    public var clearTextInput: UIImage?
  • Top right X button to exit the login flow

    Declaration

    Swift

    public var cancelNavigation: UIImage
  • Top left back button to go to previous screen

    Declaration

    Swift

    public var navigateBack: UIImage
  • Checkbox checked image

    Declaration

    Swift

    public var checkedBox: UIImage
  • Checkbox unchecked image

    Declaration

    Swift

    public var uncheckedBox: UIImage
  • Circular filled info icon

    Declaration

    Swift

    public var info: UIImage