IOS Scrollable View inside another ScrollView

1k Views Asked by At

I need to implement this screen and I wonder if anyone can help me with ideas to solve some scenarios, basically the screen will contain a parallax effect in the top image, the entire screen must be scrollable, the problem I am faced when designing this screen It is the way I see I need to have a scrollview and a tableview that generates me the trouble of having the scrolls in the same direction.

I've read several post here about the problem of having scroll inside scroll for example: Nested UITableView inside another nested table , and what I want are actually ideas that can help me implement the screen below.

I just need suggestions of good practice, no one needs to worry about post code unless some lib to help with the problem or something.

I appreciate any help.

enter image description here

2

There are 2 best solutions below

1
On BEST ANSWER

I finally solved my problem, I implemented a solution based on ParallaxTableView and is-it-possible-to-add-uitableview-within-a-uitableviewcell

And here is my project : UITableViewHeader

1
On

The trick on that (DEPENDS IF YOU REALLY WANT THAT BEHAVIOR) is having the image on the table view header. there are plenty of tutorials on github with sample implementation also.

e.g that one