Contents

init(frame:stickerSize:)

Creates a new sticker browser containing stickers of the specified size.

Declaration

init(frame: CGRect, stickerSize: MSStickerSize)

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 Center and Bounds properties.

  • stickerSize:

    The size of the stickers. For a list of possible values, see Msstickersize.

Return Value

A newly initialized sticker browser view.

See Also

Creating Sticker Browser Views