Temporary Toast in iOS swift for debugging

Adding a small code snippet in swift to show a temporary toast for debugging purpose. I use it most of the time instead of print statements.

--

--