Sevruk-PageControl 1.0.0

Sevruk-PageControl 1.0.0

Maintained by Vova Seuruk.



  • By
  • Vova Seuruk

PageControl

CocoaPods CocoaPods Swift 4.0



Requirements

  • iOS 9.0+
  • Xcode 7.0+

Installation

CocoaPods:

Add folowing line to Podfile and run 'pod instal'.

pod 'Sevruk-PageControl'

Or just drag and drop FoldingCell.swift file to your project

Usage with storyboard

  1. Add a new UIView to storyboard.

  2. Inherit view from PageControl.

1.1

  1. In view controller create an outlet to a view from storyboard.

1.2

Usage without storyboard

Create a PageControl view and add it to view hierarchy.

let pageControl = PageControl()
addSubview(pageControl)

Licence

PageControl is released under the MIT license. See LICENSE for details.