gpt4 book ai didi

iphone - 内置保存按钮文本

转载 作者:行者123 更新时间:2023-12-03 20:46:59 24 4
gpt4 key购买 nike

我想在这里更改按钮的标题,我可以更改默认情况下它即将“保存”吗可以更改

UIBarButtonItem *dowButton = [[UIBarButtonItem alloc]initWithBarButtonSystemItem:UIBarButtonSystemItemSave
target:self action:@selector(download)];

强文字

最佳答案

创建自己的 UIBarButtonItem 而不是使用 UIBarButtonSystemItemSave:

UIBarButtonItem *dowButton = [[[UIBarButtonItem alloc] initWithTitle:@"Download" style:UIBarButtonItemStylePlain target:self action:@selector(download)] autorelease];

这会对你有帮助:-)

关于iphone - 内置保存按钮文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5179358/

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