---
title: "stickerBrowserView(_:stickerAt:)"
framework: messages
role: symbol
role_heading: Instance Method
path: "messages/msstickerbrowserviewdatasource/stickerbrowserview(_:stickerat:)"
---

# stickerBrowserView(_:stickerAt:)

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

## Declaration

```swift
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

Return Value A valid sticker object.

## Discussion

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.

## See Also

### Providing Stickers

- [numberOfStickers(in:)](messages/msstickerbrowserviewdatasource/numberofstickers(in:).md)
