Contents

removeItem(_:)

Removes the field behavior from the specified dynamic item.

Declaration

func removeItem(_ item: any UIDynamicItem)

Parameters

  • item:

    The dynamic item whose behavior you want to modify.

Discussion

Use this method to remove a field from a dynamic item in your interface. This method removes the specified dynamic item from the field behavior’s list of dynamic item.

See Also

Managing the associated dynamic items