ColorPaletteViewController

final class ColorPaletteViewController : BaseViewController
extension ColorPaletteViewController: ColorPalettePresenterDelegate
extension ColorPaletteViewController: ColorPaletteViewDelegate

The VC for the ColorPalette feature

  • Custom init.

    Declaration

    Swift

    init(presenter: ColorPalettePresenting = ColorPalettePresenter())

    Parameters

    presenter

    the presenter for the vc

  • Required init by the compiler.

    Declaration

    Swift

    required init?(coder: NSCoder)
  • Creates the view that the controller manages.

    Declaration

    Swift

    override func loadView()
  • Notifies the view controller that its view is about to be added to a view hierarchy.

    Declaration

    Swift

    override func viewWillAppear(_ animated: Bool)