Commit dac11db7 authored by Steven杜宇's avatar Steven杜宇

// 匹配适配

parent c25c6bb2
...@@ -153,13 +153,14 @@ class YHMatchUserViewController: YHBaseViewController { ...@@ -153,13 +153,14 @@ class YHMatchUserViewController: YHBaseViewController {
self.view.addSubview(topLabel) self.view.addSubview(topLabel)
self.view.addSubview(firstImageView) self.view.addSubview(firstImageView)
self.view.addSubview(self.bottomBtn)
self.view.addSubview(self.bottomLabel) self.view.addSubview(self.bottomLabel)
self.view.addSubview(launchLottieView) self.view.addSubview(launchLottieView)
self.view.addSubview(rotateLottieView) self.view.addSubview(rotateLottieView)
self.view.addSubview(headLottieView) self.view.addSubview(headLottieView)
self.view.addSubview(matchTipsLabel) self.view.addSubview(matchTipsLabel)
self.view.addSubview(self.bottomBtn)
self.headLottieView.play() self.headLottieView.play()
bgImgV.snp.makeConstraints { make in bgImgV.snp.makeConstraints { make in
......
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