CredentialsInterfaceDisplayable

public protocol CredentialsInterfaceDisplayable

Credentials interface displayable protocol.

  • Returns a button to access user credentials interface.

  • Parameters:

    • iconImageName: The icon image name to use.
    • bundle: The bundle to use for the image.
  • Returns

    The button to use.

    Throws

    An error in case the button couldn’t be created.

    Declaration

    Swift

    func button(iconImageName: String, bundle: Bundle?) throws -> UIButton

    Parameters

    iconImageName

    The icon image name to use.

    bundle

    The bundle to use for the image.

    Return Value

    The button to use.