gpt4 book ai didi

ipad - 栏按钮项目未从 UISplitViewController 委托(delegate)的 splitViewController 中显示 :willHideViewController:

转载 作者:行者123 更新时间:2023-12-02 07:31:07 24 4
gpt4 key购买 nike

所以,我有一个分割 View Controller ,并将主 Controller 设置为委托(delegate)。当旋转到纵向 View 时,我想添加一个按钮以在导航栏中显示弹出窗口。我的 splitViewController:willHideViewController:withBarButtonItem:forPopoverController: 委托(delegate)方法已成功调用,并且栏按钮项非零,但是当我将其设置为 leftBarButtonItemrightBarButtonItem 在导航项上,没有任何反应。导航项是正确的,因为设置 titleView 或添加其他栏按钮项都有效。

最佳答案

事实证明,提供给委托(delegate)方法的栏按钮项可能没有标题。如果它没有标题,它不会显示为空按钮,但根本不会。所以解决这个问题的方法是:

barButtonItem.title = @"MyButtonTitle";

在将其添加为 leftBarButtonItemrightBarButtonItem 之前,它会按预期显示并工作。

关于ipad - 栏按钮项目未从 UISplitViewController 委托(delegate)的 splitViewController 中显示 :willHideViewController:,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15201044/

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