LineAttributes
public class LineAttributes
extension LineAttributes: Equatable
Undocumented
-
Declaration
Swift
public init(style: NSUnderlineStyle = .single, color: UIColor? = nil)Parameters
styleThe style for line attributes. Default is single.
colorThe color for line attributes. Default is nil.
-
Undocumented
Declaration
Swift
public func copy() -> LineAttributes
-
Declaration
Swift
public static func == (lhs: LineAttributes, rhs: LineAttributes) -> Bool
View on GitHub
LineAttributes Class Reference