All Versions
19
Latest Version
Avg Release Cycle
116 days
Latest Release
950 days ago

Changelog History
Page 1

  • v2.3.6 Changes

    August 21, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ”„ change spm platform to iOS 11 to resolve build errors. (Thanks marcocebrian!)
  • v2.3.5 Changes

    February 24, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ›  fix layout when semanticContentAttribute = .forceRightToLeft.
    • ๐Ÿ‘ better SwiftUI layout without fixedSize().
  • v2.3.4 Changes

    July 22, 2020

    โž• Added

    • โž• add SwiftUI view modifiers for appearance properties.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  make SwiftUI frame correctly respond to .fixedSize(horizontal: false, vertical: true).
  • v2.3.3 Changes

    April 17, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  correctly calculate intrinsicContentSize, to support SwiftUI's fixedSize().
  • v2.3.2 Changes

    March 17, 2020

    โž• Added

    • ๐Ÿ‘ allow to configure segment labels using titleConfigurationHandler block.
  • v2.3.1 Changes

    February 28, 2020

    ๐Ÿ›  Fixed

    • don't change title's NSAttributedString.Key.foregroundColor after dismissing a modal.

    ๐Ÿ”„ Changed

    • up iOS version to 11 so that CocoaPods will allow the SwiftUI code.
  • v2.3.0 Changes

    October 10, 2019

    โž• Added

    • ๐Ÿ’ป Swift UI support: MultiSegmentPicker.
  • v2.2.0 Changes

    October 03, 2019

    โž• Added

    • โž• add selectedBackgroundColor. (Thanks jemise111)

    ๐Ÿ›  Fixed

    • โšก๏ธ on changing the backgroundColor, update the front color of selected segments.
  • v2.1.1 Changes

    September 20, 2019

    ๐Ÿ›  Fixed

    • when the backgroundColor is set, use it as foreground color of selected segments.
    • when borderWidth is smaller than 1, don't let the background spill over the border.
  • v2.1.0 Changes

    September 19, 2019

    โž• Added

    • โž• add titleTextAttributes for any UIControl.State.

    โž• Added

    • โž• add SwiftUI wrapper MultiSegmentPicker.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  fix stretched symbol font images.
    • ๐Ÿ‘‰ use superview background color for selected foreground color.