<!--
{
  "availability" : [
    "iOS: 26.3.0 -",
    "iPadOS: 26.3.0 -",
    "macCatalyst: 26.3.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreTelephony",
  "identifier" : "/documentation/CoreTelephony/CTSlicingManager/shared",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Core Telephony"
    ],
    "preciseIdentifier" : "s:13CoreTelephony16CTSlicingManagerC6sharedACvpZ"
  },
  "title" : "shared"
}
-->

# shared

A shared singleton instance for accessing network slicing functionality.

```
static let shared: CTSlicingManager
```

## Discussion

Use this shared instance to access all network slicing capabilities.
The `CTSlicingManager` uses a singleton pattern to ensure consistent state management across your app.

```swift
let manager = CTSlicingManager.shared
```

---

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)