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

// 弹窗遮罩处理

parent 190c39e7
......@@ -115,6 +115,10 @@ class YHPrincipleFileRenameView: UIView {
}
self.setNeedsLayout()
self.layoutIfNeeded()
if !isKeyboardShow {
self.dismiss()
}
}
}
}
......@@ -109,6 +109,9 @@ class YHPrincipleSendMailView: UIView {
}
self.setNeedsLayout()
self.layoutIfNeeded()
if !isKeyboardShow {
self.dismiss()
}
}
}
......
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