Where can I find custom UITabBarSystemItem icons?

前端 未结 4 2176
北海茫月
北海茫月 2021-02-10 19:49

Is there a resource out there some place that has custom UITabBarSystemItem icons that others can use. I know you get some from Apple to start, but I would imagine there are a l

相关标签:
4条回答
  • 2021-02-10 20:00

    You can get some free icons from Glyphish under the Creative Commons Attribution license.

    Also, although it's not free there's a nice icon set available from eddit. These work fine for TabBar items.

    0 讨论(0)
  • 2021-02-10 20:03

    You can try use following:

    UITabBarItem *anItem = [[UITabBarItem alloc]initWithTabBarSystemItem:UITabBarSystemItemMore tag:0];
    

    And the system icons are described and shown in: http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UITabBarItem_Class/Reference/Reference.html

    0 讨论(0)
  • 2021-02-10 20:08

    Check out IconFinder. They have a very robust collection, and you can sort by image size. though these are not always perfect for the TabBar, you can find some good generic icons. You can also filter by license to find icons that are available for commercial use.

    0 讨论(0)
  • 2021-02-10 20:10

    Here is a list of some great resources I found. I have no connection with any of these sites just some resources I think are useful.

    Collections:

    Free:

    • App bits
    • The working group
    • Axialis Software

    Free and paid:

    • Glyphish
    • PixelPress
    • Tabs Icons

    Paid:

    • Kombine
    • eddit
    • app-icons.com
    • Icons Berlin

    Create your own:

    • Icons Berlin Online Builder
    • speckyboy.com
    • Tutorial using Illustrator
    • Tutorial using Omnigraffle
    • Tutorial using Photoshop
    0 讨论(0)
提交回复
热议问题