SimpleSegmentControl 1.0.9

SimpleSegmentControl 1.0.9

Maintained by tobias.



  • By
  • tobias

SimpleSegmentControl

Usage

    segmentControl.segments = ["one","two","three"]
    segmentControl.reloadSegments()
    segmentControl.indexChangedHandler = {   [weak self] index in
        print(index)
    }

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

SimpleSegmentControl is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SimpleSegmentControl'

Author

tobias, [email protected]

License

SimpleSegmentControl is available under the MIT license. See the LICENSE file for more info.