uistatusbar

Hiding iPhone Status Bar in Select Views Only

How do I go about hiding the iPhone status bar in select views only? I know there is an option in the plist file but that applies to the whole project. Also, Ive tried using this line: [[UIApplication sharedApplication] setStatusBarHidden:NO withAnimation: UIStatusBarAnimationSlide]; but this applies it to the whole project, even if I ...

Is it possible to cover UIStatusBar with a view while maintaining scrollsToTop functionality?

I want to display a message to the users of my app in the UIStatusBar, but I'd like to maintain the scrollsToTop functionality so a user can tap on the statusbar and scroll a tableView up to the top. I've looked into adding a UIWindow on top of the current status bar as in this question: http://stackoverflow.com/questions/2666792/add-u...