Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IOS Scrollable View inside another ScrollView

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

like image 826
Anderson K Avatar asked Jun 07 '15 17:06

Anderson K


1 Answers

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

like image 102
Anderson K Avatar answered Sep 30 '22 14:09

Anderson K