SyncedColors
open class SyncedColors: SyncEngine
SyncedColors is a subclass of SyncEngine. It handles syncing of application colors.
-
Retrieves a color for a key from SyncEngine.
Parameter
Parameter key: A KeyReturns
A color from SyncEngine.Declaration
Swift
public class func color(forKey key: String?) -> UIColor?Parameters
keyA Key
Return Value
A color from SyncEngine.
View on GitHub
SyncedColors Class Reference