scalessec / Toast

An Objective-C category that adds toast notifications to the UIView object class.
MIT License
3.87k stars 714 forks source link

键盘会挡住 #128

Closed hygtjm closed 5 years ago

hygtjm commented 5 years ago

键盘没有收起的时候 会被键盘挡住 有什么解决方法么

scalessec commented 5 years ago

111. Present the toast in the window if you want it to be displayed on top of the keyboard. Alternatively you can specify a position for the toast that wouldn't be blocked by the keyboard.

hygtjm commented 5 years ago

显示是在 屏幕底部 我是加在window上的 还是会被键盘挡住