File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
TestProjects/carthage/ios/PinLayout-Carthage-iOS Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments