2

I have a scroll (Scroll view 1) view which contains profile View and Custom Segmented Control which replaces the content in the nested scroll view (Scroll view 2). On segmented control tab change I added the table view inside nested scroll view (Scroll view 2). I am not able to scroll to the whole view. How can I achieve this?

Nested Scroll View

Segmented View

2
  • you want your internal scroll scrolling independent? or scrolling all together? Commented Jun 17, 2017 at 13:17
  • I want to scroll all together.... @reinier Commented Jun 18, 2017 at 11:54

1 Answer 1

8

one simple solution is to calculate your nested scroll's content height and give it a fixed height constraint so it wont be able to scroll by itself anymore but a little more complicated solution is HERE

I hope it helps

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.