Skip to content

cindyuan/StrechyParallaxScrollView

 
 

Repository files navigation

StrechyParallaxScrollView

uiscrollview with strechy and parallax top view

Demo

alt tag

Usage

Copy StrechyParallaxScrollView.h/m files to your project.

//create the top view
UIView *topView = [UIView new];
...

//create scroll view with top view just created
StrechyParallaxScrollView *strechy = [[StrechyParallaxScrollView alloc] initWithFrame:self.view.frame andTopView:topView];

//add it to your controllers view
[self.view addSubview:strechy];

Optional Values

CGFloat parallaxWeight: parallax speed of top view

BOOL strechs: enable/disable streching behaviour (enabled default)

BOOL parallax: enable/disable parallax behaviour (enabled default)

About

uiscrollview with strechy and parallax top view

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published