Classification
@objc(IAVDElementClassification)
public enum Classification : Int
Classification for an element that determines how it is represented in the view debugger.
-
An element of normal importance.
Declaration
Swift
case normal
-
An element of higher importance that is highlighted
Declaration
Swift
case important