func updateUIView()

in FastViTSample/FastViTSample/ViewfinderView.swift [23:26]


    func updateUIView(_ view: InnerView, context: Context) {
        view.session = session
        view.prediction = prediction ?? []
    }