init(items:)
Initializes a dynamic item behavior with an array of dynamic items.
Declaration
init(items: [any UIDynamicItem])Parameters
- items:
The dynamic items that you want to be subject to the dynamic item behavior.
Return Value
The initialized dynamic item behavior, or nil if there was a problem initializing the object.