0

I need the status bar to look like there is a call and execute certain piece of code when the user taps the status bar. Is it possible. I can't find any API allowing me to play with the status bar

i-konov
  • 842
  • 1
  • 7
  • 19

1 Answers1

1

Yes,

You can use this to show messages in the status bar (or "like they are in the status bar"):

https://github.com/petersantino/TWStatus

And you can put a gestureRecognizer on top of it or a button in order to catch the tap of the user ( enabling it only when the desired event is happening).

Hope it helps.

Marioea
  • 201
  • 2
  • 5
  • It looks cool actually. It's like the one used in Mailbox but it doesn't suit my needs. I researched a lot and there is no way to tweak the status bar to look like an in-call status bar. Just like the guys that commented above said. – i-konov May 15 '13 at 13:17
  • Of course I can make my own but it would be great amount of work to mimic the status bar. And I guess I can't get information like carrier name, signal strength etc. Anyway thanks to all for replying – i-konov May 15 '13 at 13:29