tags:

views:

245

answers:

2

Hello,

How to hide only Clock from Status bar.

is this possible ?

anyone have a idea how can i do.

Thanks in advance.

+5  A: 

This is not possible using the official iPhone SDK.

Jasarien
A: 

I think you could add a UIView that would cover up the time in the status bar to hide it.

progrmr
Not possible unfortunately, you can't position a UIView over the status bar.
adam