rnystrom / RNFrostedSidebar

A Control Center-esque control with blurred background and toggle animations.
MIT License
2.13k stars 340 forks source link

Bluring out status bar #46

Open rabzu opened 9 years ago

rabzu commented 9 years ago

Is it possible to also blur out status bar once the menu appears on top?

ZaneH commented 9 years ago

The status bar isn't inside an accessible view / window, meaning drawViewHierarchyInRect:afterScreenUpdates: can't be sent to a view / window containing the status bar.