Popularity
0.7
Stable
Activity
0.0
Stable
14
3
6

Code Quality Rank: L4
Programming language: Swift
License: MIT License
Tags: UI    

NSPageControl alternatives and similar libraries

Based on the "UI" category.
Alternatively, view NSPageControl alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of NSPageControl or a related project?

Add another 'UI' Library

README

NSPageControl

Build Status Carthage Compatible

This is PageControl Component for OS X. Inspired by UIPageControl and BFPageControl.

Demo

Demo.gif

Installation

NSPageControl supports multiple methods for installing the library in a project.

Installation with CocoaPods

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

platform :osx, '10.9'
use_frameworks!
pod 'NSPageControl'

Then, run the following command:

$ pod install

Requirements

  • iOS 9.0+, OS X 10.10+
  • Xcode 8.0 or above

Logger is now supporting Swift3.0. If you want to use with Swift2.2, please use Swift2.2 branch.

Installation with Carthage

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

github "nerd0geek1/NSPageControl"

Then, run the following command:

$ carthage update

Example

See Example for a working example. Before running Example project, please execute below commands.

$ carthage build --no-skip-current

License

This software is Open Source under the MIT license, see LICENSE for details.


*Note that all licence references and agreements mentioned in the NSPageControl README section above are relevant to that project's source code only.