Skip to content

Releases: pmick/NXTSegmentedControl

1.0.9

10 Apr 04:41
Compare
Choose a tag to compare
Update podspec

1.0.8

04 Mar 21:30
Compare
Choose a tag to compare

Fixing a bug that caused the segmented control to not handle animated changes in size. Fixed by @fastred

1.0.7

08 Nov 05:29
Compare
Choose a tag to compare

Fixing a bug that caused animations to end early when tapping on a segment.

1.0.6

04 Oct 04:30
Compare
Choose a tag to compare

Increasing vertical hit area on the segmented controls thumb to include space above and below the thumb. Fixed by @fastred

1.0.5

08 Jan 06:25
Compare
Choose a tag to compare

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

24 Dec 10:29
Compare
Choose a tag to compare

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.