Skip to content

Commit 91156cd

Browse files
author
Luc Dion
authored
Update README.md
1 parent dba8bbc commit 91156cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ This example layout an image, a UISegmentedControl, a label and a line separator
130130
override func layoutSubviews() {
131131
super.layoutSubviews()
132132

133-
logo.pin.topLeft().size(100).marginTop(10).marginLeft(1010)
133+
logo.pin.topLeft().size(100).marginTop(10).marginLeft(10)
134134
segmented.pin.right(of: logo, aligned: .top).right().marginHorizontal(10)
135135
textLabel.pin.below(of: segmented, aligned: .left).right().marginTop(10).marginRight(10).sizeToFit()
136136
separatorView.pin.below(of: [logo, textLabel], aligned: .left).right(to: segmented.edge.right).marginTop(10)
@@ -1076,8 +1076,8 @@ PinLayout was inspired by other great layout frameworks, including:
10761076

10771077
<br>
10781078

1079-
## Changelog
1080-
PinLayout recent history is available in the are documented in the [CHANGELOG](CHANGELOG.md).
1079+
## History
1080+
PinLayout recent history is available in the [CHANGELOG](CHANGELOG.md).
10811081

10821082
<br>
10831083

0 commit comments

Comments
 (0)