I am working with Xcode 6, and I\'m trying to recreate the code demoed during session 401 \"What\'s new in Xcode 6\". I\'ve added an image to Images.xcassets (called Sample)
Using XCode 6.3.1 and running playground in full simulator (iOS) I had to do the following:
Then just instantiate with
let i = UIImage(named: "filename.png")