Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit cff9612

Browse files
Merge pull request #13 from simonnoff/master
Fixed order of sections and selectedSection
2 parents 73100ee + 30137d2 commit cff9612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SectionedSlider.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,8 @@ open class SectionedSlider: UIView {
487487
defer {
488488
self.backgroundColor = palette.viewBackgroundColor
489489

490-
self.selectedSection = selectedSection
491490
self.sections = sections
491+
self.selectedSection = selectedSection
492492
self.palette = palette
493493
}
494494

0 commit comments

Comments
 (0)