Skip to content

Commit

Permalink
Merge pull request yonat#89 from joeypatino/joeypatino-patch-1
Browse files Browse the repository at this point in the history
Update MultiSlider.swift
  • Loading branch information
yonat authored Jul 15, 2022
2 parents 3258c65 + a80e756 commit 409e3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MultiSlider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ open class MultiSlider: UIControl {
}

/// Return value label text for a thumb index and value. If `nil`, then `valueLabelFormatter` will be used instead.
@objc open dynamic var valueLabelTextForThumb: ((Int, CGFloat) -> String)? {
@objc open dynamic var valueLabelTextForThumb: ((Int, CGFloat) -> String?)? {
didSet {
for i in valueLabels.indices {
updateValueLabel(i)
Expand Down

0 comments on commit 409e3b0

Please sign in to comment.