ColorPalettePresenting
protocol ColorPalettePresenting : AnyObject
ColorPalettePresenting protocol used in the VC to communicate with the Presenter.
-
The delegate from the presenter to the vc
Declaration
Swift
var delegate: ColorPalettePresenterDelegate? { get set } -
Returns the current palette stored in user defaults
Declaration
Swift
func getCurrentPalette() -> UIColor.Palette
ColorPalettePresenting Protocol Reference