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: Sources/PinLayout+WrapContent.swift
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,15 @@ import AppKit
25
25
26
26
extensionPinLayout{
27
27
/**
28
-
Adjust the view's width & height to wrap all its subviews. The method also adjust subviews position to create a tight wrap.
28
+
Adjust the view's width & height to wrap all its subviews that are included in the size calculation. The method also adjust subviews position to create a tight wrap.
Adjust the view's width & height to wrap all its subviews. The method also adds a padding around all subviews.
36
+
Adjust the view's width & height to wrap all its subviews that are included in the size calculation. The method also adds a padding around all subviews.
37
37
38
38
- Parameters:
39
39
- padding: Specify a padding value.
@@ -45,7 +45,7 @@ extension PinLayout {
45
45
46
46
/**
47
47
The method...
48
-
- Adjust the view's width and height to wrap all its subviews.
48
+
- Adjust the view's width and height to wrap all its subviews that are included in the size calculation.
49
49
- Adjust subviews's position to create a tight wrap.
50
50
- Apply padding around all subviews.
51
51
@@ -59,7 +59,7 @@ extension PinLayout {
59
59
60
60
/**
61
61
The method...
62
-
- Adjust the view's width and height to wrap all its subviews.
62
+
- Adjust the view's width and height to wrap all its subviews that are included in the size calculation.
63
63
- Adjust subviews's position to create a tight wrap.
64
64
65
65
- Parameters:
@@ -72,7 +72,7 @@ extension PinLayout {
72
72
73
73
/**
74
74
The method...
75
-
- Adjust the view's width and height to wrap all its subviews.
75
+
- Adjust the view's width and height to wrap all its subviews that are included in the size calculation.
76
76
- Adjust subviews's position to create a tight wrap.
77
77
- Apply padding around all subviews.
78
78
@@ -87,7 +87,7 @@ extension PinLayout {
87
87
88
88
/**
89
89
The method...
90
-
- Adjust the view's width and height to wrap all its subviews.
90
+
- Adjust the view's width and height to wrap all its subviews that are included in the size calculation.
91
91
- Adjust subviews's position to create a tight wrap.
0 commit comments