---
title: localContext
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uidragsession/localcontext
---

# localContext

The optional custom data that you attach to a drag session, visible only to the app in which the drag activity begins.

## Declaration

```swift
var localContext: Any? { get set }
```
