divya-ai / THSegmentedPager

Simple plugin-sample using the HMSegmentedControl and a UIPageViewController to show Tabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THSegmentedPager

Pod Version Pod Platform Pod License

This control combines the great HMSegmentedControl with a UIPageviewController that takes care of showing the right page when clicking on the HMSegmentedControl and updating the selection when the UIPageviewController scrolls.

Screenshots

iPhone Portrait iPhone Landscape

Installation

CocoaPods

Install with CocoaPods by adding the following to your Podfile:

platform :ios, '6.1'
pod 'THSegmentedPager', '~> 0.0.2'

Note: We follow http://semver.org for versioning the public API.

Manually

Or copy the THSegmentedPager/ directory from this repo into your project.

Usage

Have a look at the Example Project

#Contributions

...are really welcome.

License

Source code of this project is available under the standard MIT license. Please see the license file.

About

Simple plugin-sample using the HMSegmentedControl and a UIPageViewController to show Tabs

License:Other