1

This could be simple but I haven't found specific information about that. It is possible in monotouch to put a custom icon in the iPhone Status Bar for an specific application? Or this shouldn't be done. I read some information about changing the color or hide the Status Bar but nothing about adding custom icons.

JMGH
  • 234
  • 4
  • 12

3 Answers3

2

There is no public API for adding icons to the status bar, and doing so using an undocumented method will almost certainly keep you out of the app store.

rob mayoff
  • 375,296
  • 67
  • 796
  • 848
2

You can control the colour and some icons (e.g. network activity) but it cannot be customized. Also Apple wants you to replace it with your custom one.

The only tools (that I know) doing this kind of stuff are for jail-broken phones.

poupou
  • 43,413
  • 6
  • 77
  • 174
1

you should refer the below SO link.Its similar to your question Hope it helps you...

  1. Adding view on StatusBar in iPhone
Community
  • 1
  • 1
Maulik
  • 19,348
  • 14
  • 82
  • 137