Skip to content

Instantly share code, notes, and snippets.

@MickaelCruzDB
Created May 6, 2015 10:11
Show Gist options
  • Save MickaelCruzDB/59b1fe6582ff8dbb41dc to your computer and use it in GitHub Desktop.
Save MickaelCruzDB/59b1fe6582ff8dbb41dc to your computer and use it in GitHub Desktop.
@IBInspectable var backgroundImage: UIImage? {
didSet {
frontSideView.backgroundColor = UIColor(patternImage: UIImage(named: "product-title")!)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment