Animated-Transition-Collection
Animated-Transition-Collection copied to clipboard
Status bar does not hide in iOS 7 when using custom animation for modal
I tried several approach but none seems to work. If i remove the custom animation delegate then the status bar is hidden as normal.
prefersStatusBarHidden
is not called.
I also tried calling
[self performSelector:@selector(setNeedsStatusBarAppearanceUpdate)];
manually but does not work.