VGParallaxHeader icon indicating copy to clipboard operation
VGParallaxHeader copied to clipboard

Only Parallax Header Class that should work with all kinds of Table Views and Scroll Views while using Auto Layout.

Results 23 VGParallaxHeader issues
Sort by recently updated
recently updated
newest added

Hi, Your library is great :+1: , thank you so much for sharing it. Can we make scroll 1 sticky header to always on the top (stick with status bar),...

Hello, i need to set minimum height to parallax view. How do i set the minimum height ? Thanks

As you can see on the following screenshot http://take.ms/RsgTR MXParallaxHeader pod is also using `parallaxHeader` name for property on UIScrollView. I experience troubles using the both pods in my project....

Tried this: `let headerView = UIView() headerView.backgroundColor = UIColor.black headerView.frame.size.width = 50 self.tableView.setParallaxHeader(headerView, mode: .fill, height: 150)` Also this: `self.tableView.parallaxHeader.frame.size.width = 50` But the width is still much bigger

I'm trying to figure out the best way to load a uiview from a nib that uses autolayout and will have a height that needs to be calculated. Is there...

The name given to the files breaks at import to Swift projects. Since the Import is no longer held as a string with quotes, the plus symbol in "UIScrollView+VGParallaxHeader" makes...

This happens when I use cocoa pods. Must change from #import to #import "PureLayout.h"

Every time when i use VGParallaxHeader i need import PureLayout for dependence. How about using VFL instead of PreLayout?