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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -