TransactionDocsView

public class TransactionDocsView : UIView

A view that displays a list of documents attached to a transaction and allows interaction with them. The TransactionDocsView class is responsible for rendering attached documents, binding to a view model, and notifying its delegate when the content is updated.

  • The delegate that is notified when the view’s content is updated.

    Declaration

    Swift

    public weak var delegate: TransactionDocsViewDelegate?
  • Initializes a new instance of TransactionDocsView.

    Declaration

    Swift

    public init()