Hide Clock from Status bar
How to hide only Clock from Status bar.
is this possible ?
anyone have a idea how can i do.
Thank开发者_开发百科s in advance.
This is not possible using the official iPhone SDK.
I think it's possible but a little bit tricky, since the status bar is in another window. You might want to have a look at the implementation of MTStatusBarOverlay.
I think you could add a UIView that would cover up the time in the status bar to hide it.
精彩评论