statusbar - iOS - Can I make the status bar look like the in-call -


i need status bar there call , execute piece of code when user taps status bar. possible. can't find api allowing me play status bar

yes,

you can use show messages in status bar (or "like in status bar"):

https://github.com/petersantino/twstatus

and can put gesturerecognizer on top of or button in order catch tap of user ( enabling when desired event happening).

hope helps.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -