XQMuse/Root/Pavilion/VC/PavilionSearchVC.swift
@@ -39,6 +39,12 @@ collectionView.register(UINib(nibName: "PavilionItemCell", bundle: nil), forCellWithReuseIdentifier: "_PavilionItemCell") } override func setRx() { if let m = viewModel{ tf_search.rx.text.changed.bind(to: m.search).disposed(by: disposeBag) } } @IBAction func cancelAction(_ sender: UIButton) { self.navigationController?.popViewController() }