scalessec / Toast

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

how to show toast over the keyboard #103

Closed sahabe1 closed 7 years ago

sahabe1 commented 7 years ago

is it possible to show toast over the keyboard

scalessec commented 7 years ago

It might be possible if you present the toast in the application's window, but overall this is probably a really bad idea.