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

How to add to it an array of images which can scroll horizontally ? #17

Closed
leewi9 opened this issue Mar 27, 2016 · 2 comments
Closed

How to add to it an array of images which can scroll horizontally ? #17

leewi9 opened this issue Mar 27, 2016 · 2 comments

Comments

@leewi9
Copy link

leewi9 commented Mar 27, 2016

No description provided.

@Vinodh-G
Copy link
Owner

Vinodh-G commented Apr 9, 2016

Use API parallaxHeaderViewWithSubView: pass a horizontal UIScrollView or a UICollectionView as subview parameter.

Load the UIcollectionView or UIScrollView with array of Images which can be scrolled.

@Vinodh-G Vinodh-G closed this as completed Apr 9, 2016
@leewi9
Copy link
Author

leewi9 commented Apr 10, 2016

Thanks. I tried, but I found another problem, when I scroll the images, it seems the first image is always at the background, beneath the current presenting image. pls see this gif for detail.

untitled

my code is like this, if you need full code, i can give you the whole project.
snip20160410_2

besides, i'm not sure wether this is caused by your ParallaxTableViewHeader or other framework, i use SDCycleScrollView also in the project.

regards,

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