Change Color/Style of the iPhone Status Bar

iPhone SDK Tips & Tricks

add the following line into your applicationDidFinishLaunching method:

[application setStatusBarStyle:UIStatusBarStyleBlackOpaque];