Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TableView can't scroll #6

Open
phuongnl opened this issue Sep 19, 2014 · 1 comment
Open

TableView can't scroll #6

phuongnl opened this issue Sep 19, 2014 · 1 comment

Comments

@phuongnl
Copy link

When i add uitableview in foreground i can't scroll it.

@kimjj81
Copy link

kimjj81 commented Jan 30, 2015

Me, too. What can I do?

PWParallaxScrollView contains 3 UIScrollView.
(like z-index)
0 - Background ScrollView
1 - Foreground ScrollView
2 - Touch ScrollView

We give backgrounds and foregrounds, and Touch ScrollView(the top of view's hierarchy)
I think Touch ScrollView does't deliver touches to foreground view.
How can I deliver touches from touch scrollview to foreground view?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants