Vinodh-G / ParallaxTableViewHeader

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Create the ParallaxTableViewHeader With Custom UIView SubClass?

itdongbaojun opened this issue · comments

Hi,Vinodh-G:
How to Create the ParallaxTableViewHeader With Custom UIView SubClass? now we can only create it with a UIImage and UILabel Text.

Hi,
Have made changes for handling ParallaxTableViewHeader with custom content view,
Please use API + (id)parallaxHeaderViewWithSubView:(UIView *)subView;

Oh,I see,thanks!