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 Key

    Returns

    A color from SyncEngine.

    Declaration

    Swift

    public class func color(forKey key: String?) -> UIColor?

    Parameters

    key

    A Key

    Return Value

    A color from SyncEngine.