Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Commit

Permalink
Increased the height of the underline view.
Browse files Browse the repository at this point in the history
  • Loading branch information
Goce Petrovski committed Apr 23, 2019
1 parent f545db1 commit 9534f4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ public enum ScrollableSegmentedControlSegmentStyle: Int {
private func configureConstraints() {
if let underline = underlineView {
underline.translatesAutoresizingMaskIntoConstraints = false
underline.heightAnchor.constraint(equalToConstant: 3.0).isActive = true
underline.heightAnchor.constraint(equalToConstant: 4.0).isActive = true
underline.leadingAnchor.constraint(equalTo: contentView.leadingAnchor).isActive = true
underline.trailingAnchor.constraint(equalTo: contentView.trailingAnchor).isActive = true
underline.bottomAnchor.constraint(equalTo: contentView.bottomAnchor).isActive = true
Expand Down

0 comments on commit 9534f4d

Please sign in to comment.