ios - How to make view always visible on screen within the app? -


i need make banner view @ bottom of screen. should on screen. need push/present other viewcontroller , view should visible.

i made container view, when push/present other vcs - show above it.

is there way make it?

why not use uiwindow? can makekeyandvisible() make uiwindow visible on screen

let view = uiwindow() view.center = cgpoint(x: 100, y: 100) // view @ view.makekeyandvisible() // make view bring front


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -