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

// UI

parent 70882d5d
......@@ -84,6 +84,11 @@ class YHMatchUserViewController: YHBaseViewController {
gk_navigationBar.isHidden = true
self.view.backgroundColor = .clear
createUI()
NotificationCenter.default.addObserver(self, selector: #selector(startMatchUsers), name: YhConstant.YhNotification.didLookPeopleSuccessNotifiction, object: nil)
}
deinit {
NotificationCenter.default.removeObserver(self)
}
override func viewWillAppear(_ animated: Bool) {
......@@ -238,7 +243,7 @@ extension YHMatchUserViewController: JXSegmentedListContainerViewListDelegate {
}
extension YHMatchUserViewController: YHMatchProtocol {
func startMatchUsers() {
@objc func startMatchUsers() {
self.isStartMatch = true
self.bottomBtn.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