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.