ParallaxTableViewHeader icon indicating copy to clipboard operation
ParallaxTableViewHeader copied to clipboard

Parallax scrolling effect on UITableView header view when a tableView is scrolled

Results 13 ParallaxTableViewHeader issues
Sort by recently updated
recently updated
newest added

Hey Vinodh, i have ported your code to Swift for using inside my new app and thought you may would be interested to add it to your repo. The example...

How can i Edit Header View to use multi image with paging enable & Parallex together?

Hi, thanks for the great parallax effect, however I am having issues with it. Namely the image and label appear too far to the right until I scroll, when they...

Hey, What a brilliant parallax effect! Excellent job. I was only wondering if there was a way to fix this error: What it is: What it should be: This occurs...

can it be sticky?

The swift sample code does not setup the view properly. It should be using the width not the height of the tableview. let headerView: ParallaxHeaderView = ParallaxHeaderView.parallaxHeaderViewWithImage(UIImage(named: "YourImageName"), forSize: CGSizeMake(**self.tableview.frame.size.width,**...

I loved your library, if you intersete, I can help with cocoapods adiction.

can you plz make it pod

I tried adding gestureRecognizer directly to headerView but not working, so I also tried: ` let headerImageView = UIImageView(frame: CGRectMake(0, 0, UIScreen.mainScreen().bounds.width, UIScreen.mainScreen().bounds.width*0.667)) ``` headerImageView.image = headerImage headerImageView.userInteractionEnabled = true...