ios - How to add a button floating above the UIScrollView? -


let have uiscrollview , button, how can set button floating above uiscrollview or window? (or stick button in center of screen no matter how scroll).

any suggestion appreciated.

assuming working storyboard, add button above scroll view , not inside it. might want set constraints of button superview of scrollview , button make independent of scroll view.

so this:

example


Comments

Popular posts from this blog

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -