Releases: pmick/NXTSegmentedControl
Releases · pmick/NXTSegmentedControl
1.0.8
Fixing a bug that caused the segmented control to not handle animated changes in size. Fixed by @fastred
1.0.7
Fixing a bug that caused animations to end early when tapping on a segment.
1.0.6
Increasing vertical hit area on the segmented controls thumb to include space above and below the thumb. Fixed by @fastred
1.0.5
Fixing a bug where changing the tint color of the control once it was already on screen wouldn't actually update the views color. Adds a setNeedsDisplay call when tint color is set to fix this bug.
1.0.4
Fixing a significant bug that would cause the thumb to move to the first segment on bounds change and not respect the currently selected segment.