ClearDataView

@available(iOS 16.0, *)
struct ClearDataView : View

If the mask id is not empty during the generation of the QR code, this view will be shown with user information and face is not required to see the information. This is a sense print reader.

  • Binding variable for the path

    Declaration

    Swift

    @Binding
    var path: Bool { get nonmutating set }
  • Binding variable for the clearInfoData dictionary

    Declaration

    Swift

    @Binding
    var clearInfoData: [String : String] { get nonmutating set }
  • State variable for isMain

    Declaration

    Swift

    @State
    var isMain: Bool { get nonmutating set }
  • Grid item for the clear data component

    Declaration

    Swift

    let columns: [GridItem]
  • The main page background image

    See more

    Declaration

    Swift

    struct BackgroundImageSections : View
  • Declaration

    Swift

    var body: some View { get }
  • Calculates the max height for the clear data content

    Declaration

    Swift

    func maxHeightForContent() -> CGFloat

    Return Value

    The maximum height for the clear data content.