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
Adjust the view's width and height to wrap all its subviews. The method also adjusts subviews's position to create a tight wrap. It is also possible to specify an optional padding around all subviews. Additionally, it's possible to specify whether to include all views or only visible ones.
Adjust the view's width AND/OR height to wrap all its subviews. Accept a WrapType parameter to define the wrapping type. It is also possible to specify an optional padding around all subviews. Additionally, it's possible to specify whether to include all views or only visible ones.
1381
1381
1382
1382
**Types:**
@@ -1387,7 +1387,7 @@ Adjust the view's width AND/OR height to wrap all its subviews. Accept a WrapTyp
1387
1387
* `.all`: Adjust the view's width AND height and update subviews position. This is the default WrapType parameter value `wrapContent()` methods.
1388
1388
1389
1389
***`ViewFilter`** values:
1390
-
*`.none`: No filter, use all views
1390
+
*`.all`: Consider all views
1391
1391
*`.visibleOnly`: Consider only visible views (isHidden is false and alpha is > 0)
0 commit comments