init(items:)
Initializes and returns a group containing the specified items.
Declaration
init(items: [any UIDynamicItem])Parameters
- items:
The dynamic items to include in the group. You cannot change the items in a group after initialization.
Return Value
A new group object containing the items.