<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Messages",
  "identifier" : "/documentation/Messages/MSStickerBrowserView/contentInset",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Messages"
    ],
    "preciseIdentifier" : "c:objc(cs)MSStickerBrowserView(py)contentInset"
  },
  "title" : "contentInset"
}
-->

# contentInset

The distance that the content is inset from the edge of the browser view.

```
var contentInset: UIEdgeInsets { get set }
```

## Discussion

Use this property to add to the scrollable area around the content. The insets are measured in points. The default value is <doc://com.apple.documentation/documentation/UIKit/UIEdgeInsets/zero>.

---

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)