many views toast all together bug!!!
Closed this issue · 3 comments
wwwang89 commented
wwwang89 commented
wwwang89 commented
scalessec commented
What you're seeing is the shadows layered on top of one another. You can change or modify the shadow in CSToastStyle
. A singleton is not a good solution, because any UIView instance can display a toast and they can all display simultaneously if desired. Feel free to fork to get the behavior you want.