iOS7 UIStatusBar blur not correct
问题 I am using a UIToolbar for the controls at the top of the screen (There is no navigation controller) The toolbar has the look I want, however the status bar is entirely clear. I cannot seem to mimic the blur that the UIToolbar has in it's transparency. Has anyone come across a solution to this that does not involve using a navigation controller? 回答1: In Order to achieve this you need to implement methods in the UIBarPositioningDelegate protocol: https://developer.apple.com/library/ios