gpt4 book ai didi

ios - 从 Storyboard 更改按钮标题不会反射(reflect)更改

转载 作者:可可西里 更新时间:2023-11-01 05:48:31 25 4
gpt4 key购买 nike

我遇到了一个奇怪的问题,即:我的按钮标题不是我在构建后在 Storyboard 中提到的。按钮正在从它附近的其他按钮获取标题。我已经尝试过的是:

  1. 我已验证两个按钮的对象 ID 不同。
  2. 我清理项目并重新构建。
  3. 我卸载了应用程序和模拟器,然后重试。
  4. 我重新启动了 Xcode 并再次检查。
  5. 而且从代码来看,我没有更改任何按钮的标题,不会感染代码中的 ref# 或 socket 。

If i remove the title from storyboard and Run it reflect the change and show empty title there! that is Normal behaviour, But when i put any other title it show nearest element title not own.

此外,如果我从 Controller 设置标题 [self.basicInfo setTitle:@"Basic Info"forState:UIControlStateNormal];它会更改文本并解决问题。

但我的观点是为什么它会这样,问题出在哪里。

我附上了图像文件,您可以在 Storyboard中看到它显示文本“基本信息”,但运行后显示如何购买。

enter image description here

最佳答案

您的问题与 Storyboard本地化有关,因此您需要在 (StoryBoardName.string) 中搜索 Label 对象 ID,即:"YR7-n7- RFZ.text"= "testText"; 并修改等号后的值

enter image description here

这里有一个关于这个主题的教程 https://medium.com/lean-localization/ios-localization-tutorial-938231f9f881

关于ios - 从 Storyboard 更改按钮标题不会反射(reflect)更改,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56966645/

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