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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -