Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save aronbalog/4accfd64faf50018fa8a3358e8a44cd6 to your computer and use it in GitHub Desktop.

Select an option

Save aronbalog/4accfd64faf50018fa8a3358e8a44cd6 to your computer and use it in GitHub Desktop.
// MARK: ChromaColorPickerDelegate
extension ColorViewController: ChromaColorPickerDelegate {
func colorPickerDidChooseColor(_ colorPicker: ChromaColorPicker, color: UIColor) {
// MARK: navigation to destination
Navigate.push { $0
.to(Color())
.passData(color)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment