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

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -