I want to add a button or custom view on the status bar in the iPhone,
If apple not allow to customize the status bar than is it possible to add any button or view over the status bar…
Is there any one have idea about this please share with me.
Thanks
Yo can get static library mimicing Reeders status bar overlay, you can find it here
MTStatusBarOverlay
Or Just create a simple subclass of
UIWindowwith the following override ofinitWithFrame:For More Information see this Link…
adding-view-on-statusbar-in-iphone
i hope this help you…