Contents

init(frame:)

Creates a new sticker browser containing medium-sized stickers.

Declaration

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

Return Value

A newly initialized sticker browser view.

See Also

Creating Sticker Browser Views