Commit 950e3ac9 authored by Steven杜宇's avatar Steven杜宇

// UI

parent 70882d5d
...@@ -84,6 +84,11 @@ class YHMatchUserViewController: YHBaseViewController { ...@@ -84,6 +84,11 @@ class YHMatchUserViewController: YHBaseViewController {
gk_navigationBar.isHidden = true gk_navigationBar.isHidden = true
self.view.backgroundColor = .clear self.view.backgroundColor = .clear
createUI() createUI()
NotificationCenter.default.addObserver(self, selector: #selector(startMatchUsers), name: YhConstant.YhNotification.didLookPeopleSuccessNotifiction, object: nil)
}
deinit {
NotificationCenter.default.removeObserver(self)
} }
override func viewWillAppear(_ animated: Bool) { override func viewWillAppear(_ animated: Bool) {
...@@ -238,7 +243,7 @@ extension YHMatchUserViewController: JXSegmentedListContainerViewListDelegate { ...@@ -238,7 +243,7 @@ extension YHMatchUserViewController: JXSegmentedListContainerViewListDelegate {
} }
extension YHMatchUserViewController: YHMatchProtocol { extension YHMatchUserViewController: YHMatchProtocol {
func startMatchUsers() { @objc func startMatchUsers() {
self.isStartMatch = true self.isStartMatch = true
self.bottomBtn.isHidden = true self.bottomBtn.isHidden = true
self.headLottieView.isHidden = true self.headLottieView.isHidden = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment