CRToast
CRToast copied to clipboard
Rotation
How i disable rotation?
Do you mean the device rotation? This has nothing to do with crtoast and can be set in your projects info.plist
I think you should fix rotation on crtoast, because when i rotate my simulator during the alert, there is a graphic problem on view. It is also visible on your example.
I have the very same problem. My view controller is already set to non-rotation but the toast rotates nevertheless and messes up the interface big time.
have the same issue! please fix!
any new here? really would like to use CRToast, looks really nice in my app
I'm working on it, I've got the views resizing nicely but the animation is messed up.
Pull requests are welcome of course ;)
Would it be possible to publish a branch with your changes? I could try to fix the animation problems then
https://github.com/Ashton-W/CRToast/tree/issues/50-rotation
I ran into this issue as well. Looks like this was already fixed but not yet included in a cocoapod version. I updated to the latest revision by using this line in my Podfile:
pod 'CRToast', :head