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

# UIListContentImageProperties

Properties that affect the list content configuration’s image.

```
@interface UIListContentImageProperties : NSObject
```

## Topics

### Configuring image properties

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

The symbol configuration to use.

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

The tint color to apply to the image view.

[`@property (nonatomic, copy, nullable) UIConfigurationColorTransformer tintColorTransformer;`](/documentation/UIKit/UIListContentImageProperties/tintColorTransformer)

The color transformer for resolving the tint color.

[`- (UIColor *) resolvedTintColorForTintColor:(UIColor *) tintColor;`](/documentation/UIKit/UIListContentImageProperties/resolvedTintColorForTintColor:)

Generates the resolved tint color for the specified tint color, using the tint color and color transformer.

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

The preferred corner radius, using a continuous corner curve, for the image.

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

The maximum size for the image.

[`@property (nonatomic) CGSize reservedLayoutSize;`](/documentation/UIKit/UIListContentImageProperties/reservedLayoutSize)

The layout size that the system reserves for the image, and then centers the image within.

[`extern const CGFloat UIListContentImageStandardDimension;`](/documentation/UIKit/UIListContentImageStandardDimension)

The system standard layout dimension for reserved layout size.

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

A Boolean value that determines whether the image inverts its colors when the user turns on the Invert Colors accessibility setting.

### Instance Properties

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

Configures the color of the stroke. A nil value uses the view’s tint color; use `clearColor` for no color (transparent).

[`@property (nonatomic, copy, nullable) UIConfigurationColorTransformer strokeColorTransformer;`](/documentation/UIKit/UIListContentImageProperties/strokeColorTransformer)

Optional color transformer that is used to resolve the stroke color. A nil value means the `strokeColor` is used as-is.

[`@property (nonatomic) CGFloat strokeWidth;`](/documentation/UIKit/UIListContentImageProperties/strokeWidth)

The width of the stroke to draw around the image. Default is `0.0`.

### Instance Methods

[`- (UIColor *) resolvedStrokeColorForTintColor:(UIColor *) tintColor;`](/documentation/UIKit/UIListContentImageProperties/resolvedStrokeColorForTintColor:)

Returns the resolved stroke color for the specified tint color, based on the `strokeColor` and `strokeColorTransformer`.

## Relationships

### Conforms To

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

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

### 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)