CRToast icon indicating copy to clipboard operation
CRToast copied to clipboard

Rotation

Open michelebarone opened this issue 10 years ago • 9 comments

How i disable rotation?

michelebarone avatar Apr 02 '14 10:04 michelebarone

Do you mean the device rotation? This has nothing to do with crtoast and can be set in your projects info.plist

phillipthelen avatar Apr 02 '14 11:04 phillipthelen

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.

michelebarone avatar Apr 02 '14 11:04 michelebarone

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.

tspecht avatar Apr 03 '14 14:04 tspecht

have the same issue! please fix!

taschik avatar May 07 '14 12:05 taschik

any new here? really would like to use CRToast, looks really nice in my app

tspecht avatar May 09 '14 14:05 tspecht

I'm working on it, I've got the views resizing nicely but the animation is messed up.

Pull requests are welcome of course ;)

Ashton-W avatar May 09 '14 15:05 Ashton-W

Would it be possible to publish a branch with your changes? I could try to fix the animation problems then

tspecht avatar May 12 '14 18:05 tspecht

https://github.com/Ashton-W/CRToast/tree/issues/50-rotation

Ashton-W avatar May 13 '14 05:05 Ashton-W

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

ghost avatar Jun 12 '14 14:06 ghost