Skip to content

Instantly share code, notes, and snippets.

@RameshAran
Created July 30, 2017 07:52
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/eb028913237eb68df76b702609e3c689 to your computer and use it in GitHub Desktop.
Save RameshAran/eb028913237eb68df76b702609e3c689 to your computer and use it in GitHub Desktop.
let image1 = UIImage(named: "icon_image_1")!
let image2 = UIImage(named: "icon_image_2")!
let image3 = UIImage(named: "icon_image_3")!
@RameshAran
Copy link
Author

Usual way using UIImage API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment