removeItem(_:)
Removes a specific dynamic item from the dynamic item behavior.
Declaration
func removeItem(_ item: any UIDynamicItem)Parameters
- item:
The dynamic item that you want to remove.
Removes a specific dynamic item from the dynamic item behavior.
func removeItem(_ item: any UIDynamicItem)The dynamic item that you want to remove.