---
title: url
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipasteboard/url
---

# url

The URL object of the first pasteboard item.

## Declaration

```swift
var url: URL? { get set }
```

## Discussion

Discussion The value stored in this property is an NSURL object. The associated array of representation types is typeListURL, which includes type kUTTypeURL. Setting this property replaces all current items in the pasteboard with the new item.  If the first item has no value of the indicated type, nil is returned. note: Do not use this property to determine if a pasteboard contains URL data. Instead, use the hasURLs property.

## See Also

### Getting and setting pasteboard items of standard data types

- [string](uikit/uipasteboard/string.md)
- [strings](uikit/uipasteboard/strings.md)
- [image](uikit/uipasteboard/image.md)
- [images](uikit/uipasteboard/images.md)
- [urls](uikit/uipasteboard/urls.md)
- [color](uikit/uipasteboard/color.md)
- [colors](uikit/uipasteboard/colors.md)
