PageControlDirection
enum PageControlDirection
Enumerates possible directions the page control can move.
Subspec: Views/InfinityPageControl
- left: Left move.
- right: Right move.
- none: No move.
-
Undocumented
Declaration
Swift
case left -
Undocumented
Declaration
Swift
case right -
Undocumented
Declaration
Swift
case none -
Move.
Declaration
Swift
static func direction(previousPage: Int, currentPage: Int) -> PageControlDirectionParameters
previousPagePrevious page.
currentPageCurrent page.
Return Value
PageControlDirection.
PageControlDirection Enumeration Reference