Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
27 lines (15 loc) · 725 Bytes

README.md

File metadata and controls

executable file
·
27 lines (15 loc) · 725 Bytes

#WATTPagingContainer#

WATTPagingContainer is an opensource alternative to UIPageController (implementing vertical and horizontal optimal page sliding & compliant with IOS SDK>=5.0).
WATTPagingContainer is a container that allows to navigate between viewControllers using virtual paging.

##How to use :##

Import WATTPagesController.h,m in your project.

If you use cocoapods put this line in your Podfile :

pod 'WattPagesController', {:git => 'https://github.com/benoit-pereira-da-silva/WattPagesController.git'}

1-Override WATTPagingContainer
2-conform to WATTPagingDataSource
3-Any added viewContoller must conform to WATTPageProtocol

##System requirements##

-IOS >= 5.0 -ARC