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

Releases: GocePetrovski/ScrollableSegmentedControl

1.5.0

23 Apr 07:04
Compare
Choose a tag to compare
  • 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

14 Nov 13:53
Compare
Choose a tag to compare
  • Ability to allow segments to be different width (based on text length and font size).
  • Swift 4.2

v1.3.0

08 Oct 15:18
Compare
Choose a tag to compare

Converted to Swift 4.

V1.2.1

28 Aug 15:18
Compare
Choose a tag to compare

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

v1.2.0

25 Aug 15:24
Compare
Choose a tag to compare

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

23 Mar 14:59
Compare
Choose a tag to compare

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

27 Jan 13:24
Compare
Choose a tag to compare

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

v1.0.1

26 Jan 13:06
Compare
Choose a tag to compare

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

v1.0

14 Dec 13:33
Compare
Choose a tag to compare
Improved keeping selected segment marked after switching style.