Skip to content

Instantly share code, notes, and snippets.

@MickaelCruzDB
Created May 6, 2015 12:53
Show Gist options
  • Save MickaelCruzDB/783794eb7bdd01c11ddd to your computer and use it in GitHub Desktop.
Save MickaelCruzDB/783794eb7bdd01c11ddd to your computer and use it in GitHub Desktop.
@IBInspectable var backgroundImage: UIImage = UIImage() {
didSet {
self.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