Toast-Swift icon indicating copy to clipboard operation
Toast-Swift copied to clipboard

Add rotate support to ToastStyle

Open diesal11 opened this issue 6 years ago • 0 comments

This is something we required within our project as we have a Camera Preview view with a locked orientation where we manually rotate view elements to match the current device orientation. It's only really useful when position is .center, as rotating with .top & .bottom will probably make the toast view protrude the screen edge.

If you want i can look into adjusting the position for .top & .bottom when rotationAngle is used so this doesn't occur.

diesal11 avatar Sep 02 '19 05:09 diesal11