Is it possible to add a UIView on the staus bar of size (320 x 20)? I don't want to hide the status bar, I only want to add it on top of the status bar.
feedback
|
|
You can easily accomplish this by creating your own window above the existing status bar. Just create a simple subclass of
You can now, for example in a view controller in your application, create an instance of your new class and make it visible.
Be aware of messing with the window key status by using Edit: Here's an image you can use as a background:
Also updated the code with a stretchable | |||||||||
feedback
|
|
I wrote a static library mimicing Reeders status bar overlay, you can find it here: https://github.com/myell0w/MTStatusBarOverlay
It currently supports iPhone and iPad, default and opaque black status bar styles, rotation, 3 different anymation modes, history-tracking and lots of more goodies! Feel free to use it or send me a Pull Request to enhance it! | |||||||||||||
feedback
|
|
Just to dismiss the "You cannot do this comments"... I don't know how but I know it is doable. The Feed reader app called Reeder does that. As you can see from the screenshot, Reeder puts a small dot on the top right of the screen. When you tap it. The bar will fill the whole statusbar until you tap it again to make it small.
| |||
|
feedback
|


