Contents

registerStyleName(_:type:inherited:)

Creates a new style property of the indicated type.

Declaration

class func registerStyleName(_ styleName: String, type: TVViewElementStyleType, inherited: Bool)

Parameters

  • styleName:

    The name used to identify the style.

  • type:

    The element style type as specified by Tvviewelementstyletype.

  • inherited:

    Boolean indicating whether the style is able to be inherited by other styles.

See Also

Creating New Style Properties