Last active
July 30, 2017 10:06
-
-
Save RameshAran/95129263f6fee82e2327c94af30464d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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