<!--
{
  "availability" : [
    "iOS: 18.1.0 -",
    "iPadOS: 18.1.0 -",
    "macCatalyst: 18.1.0 -",
    "macOS: 15.1.0 -",
    "visionOS: 2.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ImagePlayground",
  "identifier" : "/documentation/ImagePlayground/ImagePlaygroundViewController/isAvailable",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Image Playground",
      "ImagePlayground"
    ],
    "preciseIdentifier" : "c:@CM@ImagePlayground@objc(cs)ImagePlaygroundViewController(cpy)available"
  },
  "title" : "isAvailable"
}
-->

# isAvailable

A Boolean value that indicates whether image generation
is available on the current device.

```
@objc(available) nonisolated dynamic class var isAvailable: Bool { get }
```

## Discussion

The value of this property is `true` when the current device
supports image generation. A device might not support this
feature if the device or system doesn’t have the resources
necessary to generate the images.

---

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)