Skip to content

Instantly share code, notes, and snippets.

@aronbalog
Last active July 26, 2019 19:26
Show Gist options
  • Save aronbalog/937b08cfe494b326787e7530efd83258 to your computer and use it in GitHub Desktop.
Save aronbalog/937b08cfe494b326787e7530efd83258 to your computer and use it in GitHub Desktop.
/// MARK: DataReceivable
extension ColorViewController: DataReceivable {
typealias DataType = UIColor
func didReceiveData(_ data: UIColor) {
view.backgroundColor = data
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment