Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 714 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 714 Bytes

Segmented Controller

  • Simple & highly customizable segmented control written in Swift
  • Designable on the Interface Builder

SegmentedController

Installation

  • Via Carthage
  • Add github 'dobaduc/segmentedcontroller' to your Cartfile
  • Run carthage update
  • Via Cocoapods
pod 'SegmentedController'

Components

  • SegmentedControl
  • A customized segmentedControl
  • SegmentedViewController
  • A container view controller having a segmented control on top

Examples

  • Check out SegmentedControllerExample project for more details

License

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