Any way to scroll page with tableview?

I am using a table view to list items and I set it where it does not scroll. The bounce is disabled and the table view is set tall enough so there is no scroll. I also have a scroll view for the whole page. When I scroll down to where the table view is I cannot scroll the page with it. Is there any way to scroll the page with the scroll view instead? Seems the table view takes over the scrolling part when I try to swipe on it.

Thanks,

Warren

You might be able to accomplish this with the scrollView method “takeFocus()”

I haven’t tried it personally though.

You might be able to accomplish this with the scrollView method “takeFocus()”

I haven’t tried it personally though.