Skip to content

Commit

Permalink
Merge pull request #1 from GellioGao/patch-1
Browse files Browse the repository at this point in the history
Issue of vertical segmented
  • Loading branch information
AndriyGo authored Jul 4, 2018
2 parents 10d7dfe + dd71a99 commit 6171ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GLXSegmentedControl/GLXSegmentedControl.swift
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ open class GLXSegmentedControl: UIControl {
else {

segment.leadingAnchor.constraint(equalTo: self.leadingAnchor).isActive = true
segment.trailingAnchor.constraint(equalTo: self.leadingAnchor).isActive = true
segment.trailingAnchor.constraint(equalTo: self.trailingAnchor).isActive = true

}
}
Expand Down

0 comments on commit 6171ffa

Please sign in to comment.