---
title: "init(url:)"
framework: uikit
role: symbol
role_heading: Initializer
path: "uikit/uiprinterdestination/init(url:)-7ck5j"
---

# init(url:)

Creates a printer destination with the specified address.

## Declaration

```swift
init(url: URL)
```

## Parameters

- `url`: A URL that identifies the location of the printer.

## Return Value

Return Value An object representing the printer.
