VGParallaxHeader
VGParallaxHeader copied to clipboard
Only Parallax Header Class that should work with all kinds of Table Views and Scroll Views while using Auto Layout.
I got error when i run: [UIView autoPinEdgeToSuperviewEdge:withInset:]: unrecognized selector sent to instance 0x7fc71bd441c0. Can u help point me why we got error? note: just run then 2 seconds later...
Nice work with this class ! Also is there no possibility to expand the header so that I covers all the ScrollView ?
I'm trying to update the view and height of a parallaxHeader. I'm calling setParallaxHeaderView every time to update it (since I don't see another method). However, when you try and...
self.tableView.setParallaxHeaderView(headerView, mode: 0, height: 200)
There's something wrong with VGParallaxHeader when using in a UICollectionView with UIRefreshControl
There's something wrong with VGParallaxHeader when using in a UICollectionView with UIRefreshControl. VGParallaxHeader is a wonderful control, I want to use it in my projet!
Hello, any Idea on how to combine it with an UIRefreshControl for a PullToRefrsh Header? Thanks, Urkman
Hi, i want know if in the Table 2 example it's possible to fix a header like a navigation bar?
The scroll view functions well, but I wasn't able to preserve the parallax effect. The scroll view, with its content - in my case, image views - does not stretch...
Hi, there is a problem. - i scroll down, - open a detail view controller - then move back and scrollview always moves to top. i tried it on iOS...