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
Post a Comment