scalessec / Toast

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

Is there a way to block background view? #126

Closed andre719mv closed 10 months ago

andre719mv commented 5 years ago

I display toast with progress indicator to wait for background task. But view behind toast is still clickable. Is there a way to fix it?