gpt4 book ai didi

ios - 在 UIsplitView 中更改主按钮的标题

转载 作者:可可西里 更新时间:2023-11-01 05:34:12 26 4
gpt4 key购买 nike

我有一个使用 splitView 的 xcode6 项目。所以现在我想更改 detailView 中“主按钮”的标题。这里有不同的方法来做到这一点。此方法在 detailViewController 中实现,并从 MasterViewController 中调用。

- (void)changeMasterButtonTitle:(NSString *)masterButtonTitle {
self.navigationItem.leftBarButtonItem.title = masterButtonTitle;
}

- (void)changeMasterButtonTitle:(NSString *)masterButtonTitle {
self.splitViewController.displayModeButtonItem.title = masterButtonTitle;
}

如果我以 ipad 的纵向方式启动应用程序,标题已更改。但是,如果我展开 masterView,然后折叠它,标题就会变回“Master”。我不知道这是在哪里以及如何发生的。我怎样才能永久更改标题?是否有一些委托(delegate)方法可以使用?

最佳答案

查看 this回答。我个人不需要第二步。

基本上你所要做的就是设置:

self.title = @"Your Title";

在你的 MasterController.m 中

关于ios - 在 UIsplitView 中更改主按钮的标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26359006/

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