在哪里可以找到自定义 UITabBarSystemItem 图标?

发布于 2024-08-08 02:19:34 字数 109 浏览 4 评论 0原文

是否有某个资源有其他人可以使用的自定义 UITabBarSystemItem 图标。我知道你首先会从苹果那里得到一些,但我想还有更多非常常见的。我不认为每个人都有理由为家庭、设置等重新创造轮子......

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 lot more that are very common. I don't see a reason for each person to recreate the wheel for things like home, settings, etc...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

回眸一遍 2024-08-15 02:19:34

这是我发现的一些很棒的资源的列表。我与这些网站没有任何联系,只是我认为有用的一些资源。

集合:

免费:

免费和付费:

付费:


创建您自己的:

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:

纸短情长 2024-08-15 02:19:34

您可以根据知识共享归属许可从 Glyphish 获取一些免费图标。

另外,尽管它不是免费的,但 eddit 提供了一个不错的图标集。这些对于 TabBar 项目效果很好。

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.

慢慢从新开始 2024-08-15 02:19:34

查看IconFinder。他们有一个非常强大的收藏,您可以按图像大小排序。尽管这些并不总是适合 TabBar,但您可以找到一些不错的通用图标。您还可以按许可证过滤以查找可用于商业用途的图标。

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.

拿命拼未来 2024-08-15 02:19:34

您可以尝试使用以下内容:

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

系统图标的描述和显示如下:
http://developer.apple.com/ iphone/library/documentation/UIKit/Reference/UITabBarItem_Class/Reference/Reference.html

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文