gpt4 book ai didi

ios - 如何获取 "Star"(收藏夹)UIBarButtonItem 的图像?

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:35:15 24 4
gpt4 key购买 nike

我是 iOS 新手。我想在我的应用程序的顶部菜单上放置一个“星标”按钮。有没有办法让 iOS 中内置的星形按钮类似于 UIBarButtonSystemItemAdd

如果没有,我怎样才能得到类似于 Apple 在 iOS 中使用的常用收藏星的图像?

类似于此:

enter image description here

最佳答案

一个简单快捷的方法是使用 FontawesomeKit .
您可以像这样轻松创建按钮:

FAKFontAwesome *icon = [FAKFontAwesome starIconWithSize:20];
[icon addAttribute:NSForegroundColorAttributeName value:[UIColor whiteColor]];
UIBarButtonItem *favButton = [[UIBarButtonItem alloc] initWithImage:[icon imageWithSize:CGSizeMake(20, 20)]
style:UIBarButtonItemStylePlain
target:self
action:@selector(doSomething:)];

关于ios - 如何获取 "Star"(收藏夹)UIBarButtonItem 的图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22815882/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com