CRToast icon indicating copy to clipboard operation
CRToast copied to clipboard

Hidden Status Bar bug

Open sircharleswatson opened this issue 11 years ago • 7 comments

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.

sircharleswatson avatar May 06 '14 15:05 sircharleswatson

Can you somehow make a project or fork and branch the demo project demonstrating this?

cruffenach avatar May 06 '14 16:05 cruffenach

Here is my demo: https://github.com/sircharleswatson/CRToastDemo

sircharleswatson avatar May 07 '14 13:05 sircharleswatson

Sorry I don't have time to checkout the code right now, but please try the setting the option kCRToastUnderStatusBarKey

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

@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.

sircharleswatson avatar May 07 '14 14:05 sircharleswatson

Parenthetically seems related to this closed issue? https://github.com/cruffenach/CRToast/issues/44

bleeckerj avatar May 07 '14 16:05 bleeckerj

it does look like it was a closed issue, but obviously, something is still wrong unfortunately :(

sircharleswatson avatar May 07 '14 18:05 sircharleswatson

Updating to CRToast 0.0.7 should resolve it.

Ashton-W avatar May 08 '14 01:05 Ashton-W