UIView
extension UIView: FioriStyleable
extension UIView: FUIColorSchemeCustomizable
-
The style class property. Setting this value applys the style.
Declaration
Swift
@objc public var nuiClass: String? { get set } -
The style class path property with type of a
FioriStylearray. Setting this property converts the value to aStringwith “:” as separator, and the convertedStringvalue would be set to ‘nuiClass’ for applying the styles.Declaration
Swift
public var styleClassPath: [FioriStyle]? { get set }