This repository has been archived by the owner on Apr 11, 2021. It is now read-only.
Releases: GocePetrovski/ScrollableSegmentedControl
Releases · GocePetrovski/ScrollableSegmentedControl
1.5.0
v1.4.0
- Ability to allow segments to be different width (based on text length and font size).
- Swift 4.2
v1.3.0
Converted to Swift 4.
V1.2.1
Fixed issue with selectedSegmentIndex been reset to -1 after reloads of the data.
v1.2.0
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
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
Fixed issue with changing the tintColor not been applied as underline (which marks selected segment) color.
v1.0.1
Fixed issues with selectedSegmentIndex not been respected when set in viewDidLoad.
v1.0
Improved keeping selected segment marked after switching style.