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
Post a Comment