- July 11, 2025
- Mins Read
TabPageViewController is paging view controller and scroll tab view.
Infinity Mode
Limited Mode
Use TabPageOption
fontSize: CGFloat
currentColor: UIColor
defaultColor: UIColor
tabHeight: CGFloat
tabMargin: CGFloat
tabBackgroundColor: UIColor
currentBarHeight: CGFloat
pageBackgoundColor: UIColor
isTranslucent: Bool
hidesTabBarOnSwipe: Bool
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
iOS13+
use_frameworks!
pod “TabPageViewController”
github “EndouMari/TabPageViewController”
Copy all the files in Pod/Classes
directory into your project.
A SwiftUI View that emits confetti with user-defined shapes, images, and text.
A colour wheel made all in SwiftUI. There are 2 different colour wheels to choose from. The first main one ...
A color picker implementation with color wheel appearance written in plain SwiftUI. It is compatible with UIColor and NSColor.
This repository is no longer maintained. Here's why: with the release of iOS 16 SwiftUI now enables most of the ...