Forum Archive

Where can I find some more iOS related images?

JadedTuna

I am writing a custom keyboard, and I'd like to have an image for backspace and hide keyboard. I've checked ionicons and typicons but haven't found anything like I want there. Maybe someone know a resource where I can get such icons? Thanks

omz

If you have a Mac, you could use the iOS Artwork Extractor to get the original images from the iOS Simulator. You don't need a paid developer program membership for this, but you have to download Xcode.

JadedTuna

@omz, thanks. I have a Mac and XCode installed on it, but I've never used it before. Still, I will try to understand how it all works and extract images from iOS :)

dgelessus

There is a Unicode character for backspace: ⌫ (u"\u232b")

ccc

There is also a Unicode character for return: ⏎ (u"\u23ce")