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

A view controller container that allow to page horizontally between view controllers

License

Notifications You must be signed in to change notification settings

Chaosmose/WattPagesController

Repository files navigation

#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

About

A view controller container that allow to page horizontally between view controllers

Resources

License

Stars

Watchers

Forks

Packages

No packages published