iamsmug
iamsmug

Reputation: 1509

Keeping buttons on top while content changes underneath

I am trying to create a view with buttons that overlay a scrollview and stay visible while the content underneath scrolls. These buttons, when pressed, will change the content underneath.

I am a fairly competent developer but need a little bit of direction with this problem, any help will be much appreciated.

Cheers

Upvotes: 1

Views: 83

Answers (1)

MCannon
MCannon

Reputation: 4041

Embed the scroll view within another view, then add the button to this outer view. Add content you want to scroll to the scroll view, and the button should stay stationary.

Upvotes: 2

Related Questions