There is a project on GitHub (UIKit-Artwork-Extractor) that extracts images from UIKit. What is Apple’s take on when using these images in your application. I’m planning to use the exclamation mark icon when a message is not successfully sent for example.
There is a project on GitHub ( UIKit-Artwork-Extractor ) that extracts images from UIKit.
Share
I think there is no difference between extract the icons from the UIKit or to create exactly the same icon in graphic editor. In the iOS Human Interface Guidelines guidelines is written:
But if you want to use for example Action button image or Back button image, I think it is completely OK if it does exactly, what the user expects.
Hope it helps