Text Designs

  • The base class for all text designs.

    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKTextDesign)
    public class TextDesign : NSObject
  • A concrete implementation of a TextDesign. For more details about the look of each layout, please take a look at the documentation.

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKTextDesignBlocks)
    public class TextDesignBlocks : TextDesign
  • A concrete implementation of a TextDesign. For more details about the look of each layout, please take a look at the documentation.

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKTextDesignBlocksCondensed)
    public class TextDesignBlocksCondensed : TextDesignBlocks
  • A concrete implementation of a TextDesign. For more details about the look of each layout, please take a look at the documentation.

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKTextDesignBlocksLight)
    public class TextDesignBlocksLight : TextDesignBlocks
  • A concrete implementation of a TextDesign. For more details about the look of each layout, please take a look at the documentation.

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKTextDesignCelebrate)
    public class TextDesignCelebrate : TextDesignBlocks
  • A concrete implementation of a TextDesign. For more details about the look of each layout, please take a look at the documentation.

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKTextDesignCelebrateSimple)
    public class TextDesignCelebrateSimple : TextDesignCelebrate
  • A concrete implementation of a TextDesign. For more details about the look of each layout, please take a look at the documentation.

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKTextDesignEqualWidth)
    public class TextDesignEqualWidth : TextDesign
  • A concrete implementation of a TextDesign. For more details about the look of each layout, please take a look at the documentation.

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKTextDesignEqualWidthFat)
    public class TextDesignEqualWidthFat : TextDesignEqualWidth
  • A concrete implementation of a TextDesign. For more details about the look of each layout, please take a look at the documentation.

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKTextDesignMasked)
    public class TextDesignMasked : TextDesign
  • A concrete implementation of a TextDesign. For more details about the look of each layout, please take a look at the documentation.

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKTextDesignMaskedBadge)
    public class TextDesignMaskedBadge : TextDesignMasked
  • A concrete implementation of a TextDesign. For more details about the look of each layout, please take a look at the documentation.

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKTextDesignMaskedSpeechBubble)
    public class TextDesignMaskedSpeechBubble : TextDesignMasked
  • A concrete implementation of a TextDesign. For more details about the look of each layout, please take a look at the documentation.

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKTextDesignMaskedSpeechBubbleComic)
    public class TextDesignMaskedSpeechBubbleComic : TextDesignMaskedSpeechBubble
  • A concrete implementation of a TextDesign. For more details about the look of each layout, please take a look at the documentation.

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKTextDesignMultiline)
    public class TextDesignMultiline : TextDesignMasked
  • A concrete implementation of a TextDesign. For more details about the look of each layout, please take a look at the documentation.

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKTextDesignParticles)
    public class TextDesignParticles : TextDesignSunshine
  • A concrete implementation of a TextDesign. For more details about the look of each layout, please take a look at the documentation.

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKTextDesignRotated)
    public class TextDesignRotated : TextDesign
  • A concrete implementation of a TextDesign. For more details about the look of each layout, please take a look at the documentation.

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKTextDesignSunshine)
    public class TextDesignSunshine : TextDesign
  • A concrete implementation of a TextDesign. For more details about the look of each layout, please take a look at the documentation.

    Declaration

    Swift

    @available(iOS 9.0, *)
    @objcMembers
    @objc(PESDKTextDesignWatercolor)
    public class TextDesignWatercolor : TextDesignMaskedSpeechBubble