You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Example/DeclarativeLayout/WithFrameworkAndAnchorage/RegistrationExampleWithFrameworkAndAnchorageViewController.swift
+23-23
Original file line number
Diff line number
Diff line change
@@ -66,22 +66,22 @@ class RegistrationExampleWithFrameworkAndAnchorageViewController: UIViewControll
66
66
67
67
privatefunc layoutAllViews(){
68
68
69
-
viewLayout.updateLayoutTo{(component)in
70
-
component.stackView(self.stackView){(component)in
71
-
component.ownedView.axis =.vertical
72
-
component.layout{ // $0 is component's view, $1 is superview
69
+
viewLayout.updateLayoutTo{(com)in
70
+
com.stackView(self.stackView){(com)in
71
+
com.ownedView.axis =.vertical
72
+
com.layout{ // $0 is component's view, $1 is superview
Copy file name to clipboardExpand all lines: Example/DeclarativeLayout/WithFrameworkAndSnapKit/RegistrationExampleWithFrameworkAndSnapKitViewController.swift
+23-23
Original file line number
Diff line number
Diff line change
@@ -71,22 +71,22 @@ class RegistrationExampleWithFrameworkAndSnapKitViewController: UIViewController
71
71
72
72
privatefunc layoutAllViews(){
73
73
74
-
viewLayout.updateLayoutTo{(component)in
75
-
component.stackView(self.stackView){(component)in
76
-
component.ownedView.axis =.vertical
77
-
component.layout{ // $0 is ConstraintMaker, $1 is superview
74
+
viewLayout.updateLayoutTo{(com)in
75
+
com.stackView(self.stackView){(com)in
76
+
com.ownedView.axis =.vertical
77
+
com.layout{ // $0 is ConstraintMaker, $1 is superview
0 commit comments