SkillAgentSearch skills...

SwiftTabPager

SegmentedView with full UI control.

Install / Use

/learn @artsimonyan23/SwiftTabPager
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SwiftTabPager

<p align="center"> <img src="https://github.com/artsimonyan23/SwiftTabPager/blob/master/Screenshots/screenshot.png" width=300 height=50> </p>

CI Status Version License Platform Carthage compatible

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate SwiftTabPager into your Xcode project using CocoaPods, specify it in your Podfile:

use_frameworks!

pod 'SwiftTabPager'

Then, run the following command:

$ pod install

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

To integrate SwiftTabPager into your Xcode project using Carthage, specify it in your Cartfile:

github "artsimonyan23/SwiftTabPager"

Run carthage update to build the framework and drag the built SwiftTabPager.framework into your Xcode project.

Usage

<img src="https://github.com/artsimonyan23/SwiftTabPager/blob/master/Screenshots/storyboard.png" width=800 height=500>

Create TabPage view from Stroryboard or by code and set it. Call setTitles function and set Titles by array and closure which gave you selected index. See example in the project. <img src="https://github.com/artsimonyan23/SwiftTabPager/blob/master/Screenshots/examples.png" width=200 height=432>

Author

Arthur Simonyan

License

SwiftTabPager is available under the MIT license. See the LICENSE file for more info.

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated14d ago
Forks0

Languages

Swift

Security Score

90/100

Audited on Mar 17, 2026

No findings