Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.

Releases: GocePetrovski/ScrollableSegmentedControl

1.5.0

Choose a tag to compare

@GocePetrovski GocePetrovski released this 23 Apr 07:04
  • Swift 5
  • Fixed Underline disappears issue #32
  • Fixed issues with removing the selected segment. This was the cause of issue #31
  • Increased the height of the underline by 1px.
  • When selecting segment the control auto scrolls to it only if it is required to bring that segment in visible area.

v1.4.0

Choose a tag to compare

@GocePetrovski GocePetrovski released this 14 Nov 13:53
  • Ability to allow segments to be different width (based on text length and font size).
  • Swift 4.2

v1.3.0

Choose a tag to compare

@GocePetrovski GocePetrovski released this 08 Oct 15:18

Converted to Swift 4.

V1.2.1

Choose a tag to compare

@GocePetrovski GocePetrovski released this 28 Aug 15:18

Fixed issue with selectedSegmentIndex been reset to -1 after reloads of the data.

v1.2.0

Choose a tag to compare

@GocePetrovski GocePetrovski released this 25 Aug 15:24

Added func setTitleTextAttributes(_ attributes: [String : Any]?, for state: UIControlState) that sets the text attributes of the title for a given control state.

v1.1.0

Choose a tag to compare

@GocePetrovski GocePetrovski released this 23 Mar 14:59

Added ability to change the segment's content (text and/or image) Color for normal and selected state. This is also available via appearance proxy.

v.1.0.2

Choose a tag to compare

@GocePetrovski GocePetrovski released this 27 Jan 13:24

Fixed issue with changing the tintColor not been applied as underline (which marks selected segment) color.

v1.0.1

Choose a tag to compare

@GocePetrovski GocePetrovski released this 26 Jan 13:06

Fixed issues with selectedSegmentIndex not been respected when set in viewDidLoad.

v1.0

Choose a tag to compare

@GocePetrovski GocePetrovski released this 14 Dec 13:33
Improved keeping selected segment marked after switching style.