SpriteLabel

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKSpriteLabel)
open class SpriteLabel : UILabel

A SpriteLabel is used to display text in a SpriteContainerView.

  • Creates a new SpriteLabel that is identified by the given UUID.

    Declaration

    Swift

    public required init(uuid: UUID)

    Parameters

    uuid

    The UUID that identifies this view.