Hidden Status Bar bug
In my application, the default is to have the status bar hidden, but when I show a notification, the status bar re-appears and is animated with the notification.
Can you somehow make a project or fork and branch the demo project demonstrating this?
Here is my demo: https://github.com/sircharleswatson/CRToastDemo
Sorry I don't have time to checkout the code right now, but please try the setting the option kCRToastUnderStatusBarKey
@Ashton-W that doesn't work. The default is for the notification to NOT be under the status bar. When I have the status bar hidden, it re-appears when the animation starts and goes away when the animation is done.
Parenthetically seems related to this closed issue? https://github.com/cruffenach/CRToast/issues/44
it does look like it was a closed issue, but obviously, something is still wrong unfortunately :(
Updating to CRToast 0.0.7 should resolve it.