<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIContentUnavailableImageProperties",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIContentUnavailableImageProperties"
  },
  "title" : "UIContentUnavailableImageProperties"
}
-->

# UIContentUnavailableImageProperties

Properties configuring the appearance of images in a content-unavailable view.

```
@interface UIContentUnavailableImageProperties : NSObject
```

## Topics

### Instance Properties

[`@property (nonatomic) BOOL accessibilityIgnoresInvertColors;`](/documentation/UIKit/UIContentUnavailableImageProperties/accessibilityIgnoresInvertColors)

A Boolean value that determines whether the image inverts its colors with the Invert Colors accessibility feature enabled.

[`@property (nonatomic) CGFloat cornerRadius;`](/documentation/UIKit/UIContentUnavailableImageProperties/cornerRadius)

The preferred corner radius for the image.

[`@property (nonatomic) CGSize maximumSize;`](/documentation/UIKit/UIContentUnavailableImageProperties/maximumSize)

A maximum size for the image.

[`@property (nonatomic, copy, nullable) UIImageSymbolConfiguration * preferredSymbolConfiguration;`](/documentation/UIKit/UIContentUnavailableImageProperties/preferredSymbolConfiguration)

The symbol configuration for the image.

[`@property (nonatomic, strong, nullable) UIColor * tintColor;`](/documentation/UIKit/UIContentUnavailableImageProperties/tintColor)

The tint color applied to the image view.

## Relationships

### Conforms To

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

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

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)