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
FioriStyle
array. Setting this property converts the value to aString
with “:” as separator, and the convertedString
value would be set to ‘nuiClass’ for applying the styles.Declaration
Swift
public var styleClassPath: [FioriStyle]? { get set }