Skip to content

Commit

Permalink
init fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed committed Nov 19, 2020
1 parent 77a2be6 commit 795f1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InstaProgressView/InstaProgressView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class InstaProgressView: UIStackView {
currentAnimationIndex < arrangedSubviews.count
}

init(progressTintColor: UIColor, trackTintColor: UIColor, segmentsCount: Int, spaceBetweenSegments: CGFloat, duration: TimeInterval) {
public init(progressTintColor: UIColor, trackTintColor: UIColor, segmentsCount: Int, spaceBetweenSegments: CGFloat, duration: TimeInterval) {
super.init(frame: CGRect.zero)
self.duration = duration
axis = NSLayoutConstraint.Axis.horizontal
Expand Down

0 comments on commit 795f1c1

Please sign in to comment.