<!--
{
  "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/UICellAccessoryInsert",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UICellAccessoryInsert"
  },
  "title" : "UICellAccessoryInsert"
}
-->

# UICellAccessoryInsert

The insert system accessory.

```
@interface UICellAccessoryInsert : UICellAccessory
```

## Overview

An insert accessory is a plus sign inside of a circle with the default system green color. This accessory appears on the leading edge of the cell.

## Topics

### Accessing configuration options

[`@property (nonatomic, copy, nullable) void (^actionHandler)();`](/documentation/UIKit/UICellAccessoryInsert/actionHandler)

A handler that the system calls when a user interacts with the accessory.

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

The background color to apply to the accessory.

## Relationships

### Inherits From

[`UICellAccessory-c.class`](/documentation/UIKit/UICellAccessory-c.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)