PageControl
Requirements
- iOS 9.0+
- Xcode 7.0+
Installation
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
-
Add a new UIView to storyboard.
-
Inherit view from
PageControl
.
- In view controller create an outlet to a view from storyboard.
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.