gpt4 book ai didi

iphone - 更改 UIImagePickerController 的导航栏标题

转载 作者:行者123 更新时间:2023-12-03 18:40:29 25 4
gpt4 key购买 nike

我想知道如何更改 UIImagePickerController 的导航栏标题。我尝试了多种方法,但都做不到。

尝试了以下方法,

imgPicker.title = [NSString stringWithString:@"My Name"];
imgPicker.navigationItem.title = [NSString stringWithString:@"My Name"];

但它仍然给我默认的标题“相册”。有人可以告诉我该怎么做吗?....

谢谢......

最佳答案

我找到了方法。当您将 UIImagePickerController 委托(delegate)设置为 self 并实现以下方法时,它就起作用了。

- (void)navigationController:(UINavigationController *)navigationController willShowViewController:(UIViewController *)viewController animated:(BOOL)animated
{
[viewController.navigationItem setTitle:@""];
}

从这个链接找到它http://forums.macrumors.com/showthread.php?t=533216

谢谢...

关于iphone - 更改 UIImagePickerController 的导航栏标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3716583/

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