Sliding in/out statusBar and navigationBar at the same time not synchronous

Originator:futuretap
Number:rdar://8548087 Date Originated:14-Oct-2010 12:06 AM
Status:Closed Resolved:
Product:iPhone SDK Product Version:4.1
Classification:UI/Usability Reproducible:Always
 
We'd like to show and hide the statusBar and the navigationBar simultaneously using a slide effect.

This is how I tried:

[[UIApplication sharedApplication] setStatusBarHidden:hide withAnimation:UIStatusBarAnimationSlide];
[self.navigationController setNavigationBarHidden:hide animated:animated];

However, the duration of both animation is not the same. The status bar animation takes longer. In the documentation, I found no way how to specify the duration of either animation. 

Is this just undocumented or missing in the API?

Comments

filed enhancement request

rdar://8577719


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!