omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Where can I find some more iOS related images?

    Pythonista
    4
    5
    2238
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JadedTuna
      JadedTuna last edited by

      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

      1 Reply Last reply Reply Quote 0
      • omz
        omz last edited by

        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.

        1 Reply Last reply Reply Quote 0
        • JadedTuna
          JadedTuna last edited by

          @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 :)

          1 Reply Last reply Reply Quote 0
          • dgelessus
            dgelessus last edited by

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

            1 Reply Last reply Reply Quote 0
            • ccc
              ccc last edited by

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

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Powered by NodeBB Forums | Contributors