twitter - iOS : How to create view which is top of all screen -


i know, how create view or control each time top of view, here attached music player screenshot mini music player top of screen (view controller), create kinds of control when mount on top of view controller, in background if push , pop of vc not affect of mini control (view).

please provide feedback, if know kinds of control please pass link.

enter image description here

you can try this

[[[uiapplication sharedapplication] keywindow] addsubview:yourcustomview]; 

Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -