Created
July 30, 2017 07:52
-
-
Save RameshAran/eb028913237eb68df76b702609e3c689 to your computer and use it in GitHub Desktop.
This file contains 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 image1 = UIImage(named: "icon_image_1")! | |
let image2 = UIImage(named: "icon_image_2")! | |
let image3 = UIImage(named: "icon_image_3")! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usual way using UIImage API.