---
title: "init(frame:)"
framework: messages
role: symbol
role_heading: Initializer
path: "messages/msstickerbrowserview/init(frame:)"
---

# init(frame:)

Creates a new sticker browser containing medium-sized stickers.

## Declaration

```swift
init(frame: CGRect)
```

## Parameters

- `frame`: A rectangular frame for the view, measured in points. The origin of the frame is relative to its superview. This method uses the provided rectangle to set the view’s doc://com.apple.documentation/documentation/UIKit/UIView/center and doc://com.apple.documentation/documentation/UIKit/UIView/bounds properties.

## Return Value

Return Value A newly initialized sticker browser view.

## See Also

### Creating Sticker Browser Views

- [init(frame:stickerSize:)](messages/msstickerbrowserview/init(frame:stickersize:).md)
