TabPageViewController is paging view controller and scroll tab view.
Infinity Mode
Limited Mode
Use TabPageOption
fontSize: CGFloat
currentColor: UIColor
defaultColor: UIColor
tabBarAlpha: CGFloat
tabHeight: CGFloat
tabMargin: CGFloat
tabBackgroundColor: UIColor
pageBackgoundColor: UIColor
import TabPageViewController
to use TabPageViewController in your file.
let tabPageViewController = TabPageViewController.create() let vc1 = UIViewController() let vc2 = UIViewController() tabPageViewController.tabItems = [(vc1, "First"), (vc2, "Second")] TabPageOption.currentColor = UIColor.redColor()
Infinity Mode
let tabPageViewController = TabPageViewController.create() tabPageViewController.isInfinity = true
iOS8+
use_frameworks! pod "TabPageViewController"
github "EndouMari/TabPageViewController"
EndouMari, endo@vasily.jp
TabPageViewController is available under the MIT license. See the LICENSE file for more info.