Skip to content

mohsinalimat/APSlidableTabPageController-iOS

Repository files navigation

APSlidableTabPageController

Description:

  • A slidable tab page controller written in Swift.
  • Supports both Portraint and Landscape.

slidabletabpagecontroller

Installation:

  • Fetch with Carthage, e.g:
    • "github "apegroup/APSlidableTabPageController-iOS" == 1.0.0"

Usage:

  import APSlidableTabPageController
  
  let arrayOfViewControllers: [UIViewController] = ...
  
  //Create
  let vc = HorizontalContainerCreator.horizontalContainerWithViewControllers(arrayOfViewControllers)
  
  //Configure appearance
  vc.indexBarTextColor = UIColor.blackColor()
  vc.indexBarHighlightedTextColor = swipeVc.indexIndicatorView.backgroundColor!

TODOs:

  • Rename to APSlidableTabPageController

Restrictions:

  • Must be instantiated from a NIB

Known Issues:

Feel free to contribute!

About

A slidable tab page controller written in Swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published