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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -