-
Download project
-
Copy "ImageScrollViewController" class in your project.
-
Example
3.1 With page controller example:
imageViewController=[[ImageScrollViewController alloc] initWithController:scrollView data:arrData pageController:pageController]; [imageViewController setDelegate:self];
3.2 Without page controller example:
imageViewController=[[ImageScrollViewController alloc] initWithController:scrollView data:arrData]; [imageViewController setDelegate:self];
3.3 With next, previous example:
imageViewController=[[ImageScrollViewController alloc] initWithController:scrollView data:arrData buttonNext:btnNext buttonPrevious:btnPrevious]; [imageViewController setDelegate:self];
-
Notifications
You must be signed in to change notification settings - Fork 1
vikrambiwal/SliderDemo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published