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

# MSStickerView

A view for displaying a sticker.

```
class MSStickerView
```

## Overview

Use the [`MSStickerView`](/documentation/Messages/MSStickerView) class to display stickers. The sticker view also provides drag-and-drop functionality. The user can press and hold a sticker to peel it from the view, and then drag the sticker to any balloon in the transcript.

## Topics

### Working with Sticker Views

[`init(frame:sticker:)`](/documentation/Messages/MSStickerView/init(frame:sticker:))

Initializes a new sticker view with the provided sticker and frame.

[`sticker`](/documentation/Messages/MSStickerView/sticker)

The displayed sticker object.

### Controlling Sticker Animation

[`animationDuration`](/documentation/Messages/MSStickerView/animationDuration)

The amount of time it takes to complete the sticker’s animation.

[`isAnimating()`](/documentation/Messages/MSStickerView/isAnimating())

Returns a Boolean value that indicates whether the sticker is animating.

[`startAnimating()`](/documentation/Messages/MSStickerView/startAnimating())

Starts the sticker’s animation, beginning with the first frame.

[`stopAnimating()`](/documentation/Messages/MSStickerView/stopAnimating())

Stops the sticker’s animation.



---

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)