Contents

setDetailsDisclosed(_:)

Sets whether the certificate details subview is disclosed.

Declaration

func setDetailsDisclosed(_ disclosed: Bool)

Parameters

  • disclosed:

    Pass True to open the disclosure triangle and disclose the view, or False to close it and hide the view.

Discussion

The certificate details can be shown or hidden depending on whether the user clicks the disclosure triangle. This method sets the state of that disclosure triangle and the visibility of the corresponding view.

See Also

Customizing the Appearance and Behavior of the View