Commit 86f29b80 authored by David黄金龙's avatar David黄金龙

处理 按钮不展示的问题

parent 13484f37
......@@ -153,6 +153,8 @@ class YHWorkExperienceViewController: YHBaseViewController {
make.left.right.bottom.equalTo(view)
make.height.equalTo(k_Height_safeAreaInsetsBottom() + 64)
}
bottomView.layoutIfNeeded()
bottomView.nextButton.addYinHeGradualLayer()
}
@objc func keyboardWillShow(_ notification: Notification) {
......
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