gpt4 book ai didi

objective-c - 在 iOS 中,如何在使用 xib 文件创建的 View 中引用对象?

转载 作者:技术小花猫 更新时间:2023-10-29 10:55:37 25 4
gpt4 key购买 nike

我有一个在 appDelegate 中实例化并推送到导航 Controller 的 View Controller 。 View Controller 的 View 是使用 xib 文件创建的。 xib 文件在 View 上放置了一个 UILabel(除其他外)。现在我需要以编程方式设置标签的文本属性,但我不知道如何获取对它的引用。如何引用标签对象?

我正在使用 xcode 3.2.5 并构建一个 iPad 应用程序。

最佳答案

除了 IBOutlets,您还可以在 IB 中的标签上设置标签属性。然后,当您需要时,您可以:

UILabel *label = (UILabel *)[self.view viewWithTag:111];

111 当然是您在 IB 中分配给标签的标签。

关于objective-c - 在 iOS 中,如何在使用 xib 文件创建的 View 中引用对象?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4765703/

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