ios6 - Remove rounded corners below UIStatusBarStyleBlackOpaque on iPhone running iOS 6 -


since ios 6.0 os adds rounded corners below statusbar style uistatusbarstyleblackopaque on iphone.

is there way remove them?

changing statusbar style uistatusbarstyleblacktranslucent removes rounded corners. having black view behind it, same statusbar style uistatusbarstyleblackopaque except of rounded corners.

you can change statusbar style using code:

[[uiapplication sharedapplication] setstatusbarstyle:uistatusbarstyleblacktranslucent]; 

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -