How to use default iOS images?

nilkash picture nilkash · May 1, 2014 · Viewed 39.1k times · Source

I know how to use images in iOS application. But I don't know how to use default images like share or bookmark icons which are mention in developer site.

I want to use them. Do I need to download those set of images or those are available in Xcode?

If we have to download them, where I can get those icons?

Answer

Sh_Khan picture Sh_Khan · Jun 4, 2019

Now starting from Swift 5.1 and Xcode 11 you can load 1 from over 1500 system images with the new UIImage Api UIImage(systemName: "imageName") which are vector based so no worries about qualities for different sizes

https://developer.apple.com/design/resources/

enter image description here