All Versions
19
Latest Version
Avg Release Cycle
116 days
Latest Release
1125 days ago
Changelog History
Page 1
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()
.
- ๐ fix layout when
-
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'sfixedSize()
.
- ๐ correctly calculate
-
v2.3.2 Changes
March 17, 2020โ Added
- ๐ allow to configure segment labels using
titleConfigurationHandler
block.
- ๐ allow to configure segment labels using
-
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.
- don't change title's
-
v2.3.0 Changes
October 10, 2019โ Added
- ๐ป Swift UI support:
MultiSegmentPicker
.
- ๐ป Swift UI support:
-
v2.2.0 Changes
October 03, 2019โ Added
- โ add
selectedBackgroundColor
. (Thanks jemise111)
๐ Fixed
- โก๏ธ on changing the
backgroundColor
, update the front color of selected segments.
- โ add
-
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.
- when the
-
v2.1.0 Changes
September 19, 2019โ Added
- โ add
titleTextAttributes
for anyUIControl.State
.
โ Added
- โ add SwiftUI wrapper
MultiSegmentPicker
.
๐ Fixed
- ๐ fix stretched symbol font images.
- ๐ use superview background color for selected foreground color.
- โ add