Skip to content

Commit 138a7b1

Browse files
author
Luc Dion
committed
Fix PinLayout
1 parent 501f6f3 commit 138a7b1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

LayoutFrameworkBenchmark/Benchmarks/PinLayout/FeedItemPinLayoutView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class FeedItemPinLayoutView: UIView, DataBinder {
163163
contentDomainLabel.pin.below(of: contentTitleLabel, aligned: .left).right().marginRight(hMargin).sizeToFit(.width)
164164

165165
likeLabel.pin.below(of: contentDomainLabel, aligned: .left).marginTop(vMargin)
166-
commentLabel.pin.top(to: likeLabel.edge.top).hCenter(50%)
166+
commentLabel.pin.top(to: likeLabel.edge.top).hCenter()
167167
shareLabel.pin.top(to: likeLabel.edge.top).right().marginRight(hMargin)
168168

169169
actorImageView.pin.below(of: likeLabel, aligned: .left).marginTop(vMargin)

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- FlexLayout (1.3.5)
3-
- LayoutKit (5.0.0)
3+
- LayoutKit (7.0.2)
44
- PinLayout (1.5.9)
55
- Reveal-SDK (13)
66
- StackViewLayout (0.1.6)
@@ -26,11 +26,11 @@ CHECKOUT OPTIONS:
2626

2727
SPEC CHECKSUMS:
2828
FlexLayout: 8cfa915850eab120c3d89c3b8b02e3aca96de554
29-
LayoutKit: 09e015b77fe5cd58696c427d496704b9226876cf
29+
LayoutKit: 183c513f8322f4e22321499e54163864bcdf7d97
3030
PinLayout: b2ebf8622b28e82b6e1216ab4e4a0a8d082214fe
3131
Reveal-SDK: ccc2b0f8014965ea448b7534a7c2c8da232b75e8
32-
StackViewLayout: e42a641399ded6fe2c459b45cce6b0233a66467e
32+
StackViewLayout: 79d804472afc8bfe5fc385e892d978fc9e68e7b1
3333

3434
PODFILE CHECKSUM: 78ce71bbaf2ad9cf74630adeda65cdaa345d4ae7
3535

36-
COCOAPODS: 1.3.1
36+
COCOAPODS: 1.4.0

0 commit comments

Comments
 (0)