Animated-Transition-Collection icon indicating copy to clipboard operation
Animated-Transition-Collection copied to clipboard

Status bar does not hide in iOS 7 when using custom animation for modal

Open kentnguyen opened this issue 10 years ago • 0 comments

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.

kentnguyen avatar Jun 21 '14 04:06 kentnguyen