Where can I find custom UITabBarSystemItem icons?

会有一股神秘感。 提交于 2019-12-03 08:28:28

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.

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:

Free and paid:

Paid:


Create your own:

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.

Sergio

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!