Bruce-7 / HDAlertView

A similar system UIAlertView
MIT License
60 stars 9 forks source link

怎么做到像UIAlertView那样让键盘收回 #1

Closed f2yu closed 7 years ago

Bruce-7 commented 7 years ago

自己控制要弹出来, 就让键盘收回不就行了? 是这个意思?

f2yu commented 7 years ago

但是必须在代码之外去控制,不能像UIAlertView那样不在外部控制吗

Bruce-7 commented 7 years ago

也可以的, 根据自己需求更改代码即可, 要show的时候就退出键盘, 要移除的时候就弹回键盘.