Skip to content

A cyclic scroll view with just two pages and special effects.

Notifications You must be signed in to change notification settings

levicn/LWScrollView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LWScrollView

A cyclic scroll view with just two pages and special effects.

Example

image

How to use

NSArray *images = @[@"1.jpg",@"2.jpg",@"3.jpg"];
LWScrollView *scroll = [[LWScrollView alloc] initWithFrame:frame images:images];
[self.view addSubview:scroll];

About

A cyclic scroll view with just two pages and special effects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published