Skip to content

Commit e5eb722

Browse files
committed
comment TestObjectiveC.m in PinLayout-Carthage-iOS
1 parent 34397d3 commit e5eb722

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

TestProjects/carthage/ios/PinLayout-Carthage-iOS/TestObjectiveC.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ - (id)initWithFrame:(CGRect)frame {
4545
- (void) layoutSubviews {
4646
[super layoutSubviews];
4747

48-
logo.pinObjc.top().left().width(100).aspectRatio().marginTHB(topLayoutGuide + 10, 10, 10).layout();
49-
segmented.pinObjc.rightOfAligned(logo, VerticalAlignTop).right().marginHorizontal(10).layout();
50-
textLabel.pinObjc.belowOfAligned(segmented, HorizontalAlignLeft).widthOf(segmented).pinEdges().marginTop(10).sizeToFitType(FitWidth).layout();
51-
separatorView.pinObjc.belowOfViewsAligned(@[logo, textLabel], HorizontalAlignLeft).rightToEdge(segmented.edge.right).height(1).marginTop(10).layout();
48+
// logo.pinObjc.top().left().width(100).aspectRatio().marginTHB(topLayoutGuide + 10, 10, 10).layout();
49+
// segmented.pinObjc.rightOfAligned(logo, VerticalAlignTop).right().marginHorizontal(10).layout();
50+
// textLabel.pinObjc.belowOfAligned(segmented, HorizontalAlignLeft).widthOf(segmented).pinEdges().marginTop(10).sizeToFitType(FitWidth).layout();
51+
// separatorView.pinObjc.belowOfViewsAligned(@[logo, textLabel], HorizontalAlignLeft).rightToEdge(segmented.edge.right).height(1).marginTop(10).layout();
5252
}
5353

5454
@end

0 commit comments

Comments
 (0)