<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "QuartzCore",
  "identifier" : "/documentation/QuartzCore/CARemoteLayerClient",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core Animation"
    ],
    "preciseIdentifier" : "c:objc(cs)CARemoteLayerClient"
  },
  "title" : "CARemoteLayerClient"
}
-->

# CARemoteLayerClient

A legacy class for cross-process rendering.

```
class CARemoteLayerClient
```

## Overview

`CARemoteLaterClient` is a legacy class for cross-process rendering. <doc://com.apple.documentation/documentation/IOSurface/IOSurfaceCreateMachPort(_:)> and <doc://com.apple.documentation/documentation/IOSurface/IOSurfaceCreateXPCObject(_:)>, available with <doc://com.apple.documentation/documentation/IOSurface/IOSurface>, offer an improved way to perform cross-process rendering.

## Topics

### Creating a Client

[`init(serverPort:)`](/documentation/QuartzCore/CARemoteLayerClient/init(serverPort:))

Creates a layer client from a server port.

### Retrieving Client Properties

[`clientId`](/documentation/QuartzCore/CARemoteLayerClient/clientId)

The ID of the remote layer client.

[`layer`](/documentation/QuartzCore/CARemoteLayerClient/layer)

The layer associated with the remote client.

### Invalidating a Client

[`invalidate()`](/documentation/QuartzCore/CARemoteLayerClient/invalidate())

Invalidates a remote layer client.



---

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)