---
title: isAvailable
framework: imageplayground
role: symbol
role_heading: Type Property
path: imageplayground/imageplaygroundviewcontroller/isavailable
---

# isAvailable

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

## Declaration

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

## Discussion

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.
