×

Modifier: Fixed Frame

iOS 14 +

Notes

Set frame of a view. You can find more info at https://widgetpack.app/documentation

Syntax

modifierFixedFrame(fixedFrameWidth: <#Double#>, fixedFrameHeight: <#Double#>, fixedFrameAlignment: <#Object (Alignment)#>, view: <#Object (View)#>)

Example

modifierFixedFrame(fixedFrameWidth: 140, fixedFrameHeight: 140, fixedFrameAlignment: Alignment(identifier: "Alignment", displayString: "Alignment"), view: View(identifier: "View1", displayString: "View One"))