Data
public extension Data
-
Uses a
NSKeyedArchiver
to decode the color from a data object.Declaration
Swift
func asUIColor() -> UIColor?
Return Value
The decoded color.
INCommons (90% documented)
public extension Data
Uses a NSKeyedArchiver
to decode the color from a data object.
Swift
func asUIColor() -> UIColor?
The decoded color.