<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TipKit",
  "identifier" : "/documentation/TipKit/TipUICollectionViewCell/configureTip(_:arrowEdge:actionHandler:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "TipKit"
    ],
    "preciseIdentifier" : "s:6TipKit0A20UICollectionViewCellC09configureA0_9arrowEdge13actionHandlerACXDAA0A0_p_7SwiftUI0H0OSgyAA4TipsO6ActionVctF"
  },
  "title" : "configureTip(_:arrowEdge:actionHandler:)"
}
-->

# configureTip(_:arrowEdge:actionHandler:)

Configures the cell to display an embedded tip view.

```
@discardableResult @MainActor @preconcurrency final func configureTip(_ tip: any Tip, arrowEdge: Edge? = nil, actionHandler: @escaping @MainActor @Sendable (Tips.Action) -> Void = { _ in }) -> Self
```

## Parameters

`tip`

The tip to display.

`arrowEdge`

The edge of the tip view that displays the arrow.

`actionHandler`

The closure to perform when the user triggers a tip’s action.

## Return Value

A collection cell view that embeds the specified tip.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)