Skip to content

Instantly share code, notes, and snippets.

@harlanhaskins
Created January 24, 2015 02:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harlanhaskins/42e152ae431333334a3a to your computer and use it in GitHub Desktop.
Save harlanhaskins/42e152ae431333334a3a to your computer and use it in GitHub Desktop.
class ColorManager {
lazy var thing = ColorManager.loadColors()
class func loadColors() -> [String: UIColor] {
// Go grab the stuff from the plist
return ["Hello": UIColor.whiteColor()]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment