<!--
{
  "availability" : [
    "macOS: 10.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "IOBluetoothUI",
  "identifier" : "/documentation/IOBluetoothUI/IOBluetoothObjectPushUIController",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "IOBluetooth UI"
    ],
    "preciseIdentifier" : "c:objc(cs)IOBluetoothObjectPushUIController"
  },
  "title" : "IOBluetoothObjectPushUIController"
}
-->

# IOBluetoothObjectPushUIController

An NSWindowController subclass that supports the creation of an IOBluetoothObjectPushUIController object.

```
class IOBluetoothObjectPushUIController
```

## Topics

### Initializers

[`-  initObjectPushWithBluetoothDevice:withFiles:delegate:`](/documentation/IOBluetoothUI/IOBluetoothObjectPushUIController/init(objectPushWith:withFiles:delegate:))

Creates and returns a new IOBluetoothObjectPush object

### Instance Methods

[`-  beginSheetModalForWindow:modalDelegate:didEndSelector:contextInfo:`](/documentation/IOBluetoothUI/IOBluetoothObjectPushUIController/beginSheetModal(for:modalDelegate:didEnd:contextInfo:))

Runs the transfer UI as a sheet on the target window.

[`-  getDevice`](/documentation/IOBluetoothUI/IOBluetoothObjectPushUIController/getDevice())

Gets the object representing the remote target device in the transfer.

[`-  getTitle`](/documentation/IOBluetoothUI/IOBluetoothObjectPushUIController/getTitle())

Returns the title of the transfer panel.

[`-  isTransferInProgress`](/documentation/IOBluetoothUI/IOBluetoothObjectPushUIController/isTransferInProgress())

Gets state of the transfer

[`-  runModal`](/documentation/IOBluetoothUI/IOBluetoothObjectPushUIController/runModal())

Runs the transfer UI panel in a modal session

[`-  runPanel`](/documentation/IOBluetoothUI/IOBluetoothObjectPushUIController/runPanel())

Runs the transfer UI as a panel with no modal session

[`-  setIconImage:`](/documentation/IOBluetoothUI/IOBluetoothObjectPushUIController/setIconImage(_:))

Manually sets the icon used in the panel.

[`-  setTitle:`](/documentation/IOBluetoothUI/IOBluetoothObjectPushUIController/setTitle(_:))

Sets the title of the panel when not run as a sheet.

[`-  stop`](/documentation/IOBluetoothUI/IOBluetoothObjectPushUIController/stop())

Stops the transfer UI

## Relationships

### Conforms To

[`NSSeguePerforming`](/documentation/AppKit/NSSeguePerforming)

[`NSStandardKeyBindingResponding`](/documentation/AppKit/NSStandardKeyBindingResponding)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`Equatable`](/documentation/Swift/Equatable)

[`NSUserActivityRestoring`](/documentation/AppKit/NSUserActivityRestoring)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

[`NSTouchBarProvider`](/documentation/AppKit/NSTouchBarProvider)

[`Sendable`](/documentation/Swift/Sendable)

[`CVarArg`](/documentation/Swift/CVarArg)

### Inherits From

[`NSWindowController`](/documentation/AppKit/NSWindowController)

---

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)