Skip to content

Instantly share code, notes, and snippets.

@RameshAran
Last active July 30, 2017 10:06
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 RameshAran/95129263f6fee82e2327c94af30464d8 to your computer and use it in GitHub Desktop.
Save RameshAran/95129263f6fee82e2327c94af30464d8 to your computer and use it in GitHub Desktop.
let imageNameOne = "icon_image_1"
let image1 = UIImage(named: imageNameOne)!
//UIImage accepts any string
let image2 = UIImage(named: NSFileHandleNotificationFileHandleItem)!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment