gpt4 book ai didi

ios - 无法从 WatchKit Controller 更改 View

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:00:09 24 4
gpt4 key购买 nike

我在 Storyboard 中添加了一堆 WKInterfaceLabels,将它们作为 IBOutlets 添加到 InterfaceController.h 中,并使用 SetText 方法在它们上面设置了一些文本。但是,我的观点没有任何变化。控制台为每个标签提供消息“接口(interface)描述中的未知属性”。我该如何解决这个问题?

在InterfaceController.h中,我定义的标签如下:

IBOutlet WKInterfaceLabel *hdate;

在 InterfaceController.m 中,我将其文本设置如下:

- (void)willActivate {
// This method is called when watch view controller is about to be visible to user
[super willActivate];
[hdate setText:@"blah"];}

最佳答案

由于正确答案在问题的评论中,我将再次发布在这里:

您不能仅使用

在 .h 文件中创建 IBOutlet
IBOutlet WKInterfaceLabel *hdate 

在括号中,我必须将它们设置为属性。

(感谢 user3261697)

关于ios - 无法从 WatchKit Controller 更改 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30130320/

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