<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Messages",
  "identifier" : "/documentation/Messages/MSStickerBrowserViewDataSource/stickerBrowserView(_:stickerAt:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Messages"
    ],
    "preciseIdentifier" : "c:objc(pl)MSStickerBrowserViewDataSource(im)stickerBrowserView:stickerAtIndex:"
  },
  "title" : "stickerBrowserView(_:stickerAt:)"
}
-->

# stickerBrowserView(_:stickerAt:)

Asks the data source for the sticker object that the browser will display at the provided index.

```
func stickerBrowserView(_ stickerBrowserView: MSStickerBrowserView, stickerAt index: Int) -> MSSticker
```

## Parameters

`stickerBrowserView`

The sticker browser view that displays these stickers.

`index`

The index of the desired sticker.

## Return Value

A valid sticker object.

## Discussion

Do not perform any time-intensive activities in this method. For example, creating a sticker from a local image file should be fine, but you can’t download an image for your sticker.

---

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)