func makeUIView()

in SemanticSegmentationSample/SemanticSegmentationSample/ViewfinderView.swift [12:16]


    func makeUIView(context: Context) -> InnerView {
        let view = InnerView()
        view.session = session
        return view
    }