gpt4 book ai didi

iOS - 在模态视图 Controller 上设置 UISwitch 开/关状态

转载 作者:行者123 更新时间:2023-11-29 13:37:34 25 4
gpt4 key购买 nike

我在通过 BOOL 设置 UISwitch 的状态时遇到问题。这可能很简单,所以如果有人能提供帮助,我将不胜感激。这是我的代码,它不起作用,但它可能会更清楚。

 RoutingController *routingController = [[RoutingController alloc] initWithNibName:@"RoutingController" bundle:nil];

routingController.routingDelegate = self;

if (audioController->oscOneLFObool == YES) {
routingController.oscOneLFOOneSwitch.on = YES;
} else {
routingController.oscOneLFOOneSwitch.on = NO;
}


routingController.modalTransitionStyle = UIModalTransitionStyleCrossDissolve;

[self presentModalViewController:routingController animated:YES];

最佳答案

RoutingController 的 View 未加载,因此 oscOneLFOOneSwitch 为 nil。

在[self presentModalViewController:routingController animated:YES]中查看加载

关于iOS - 在模态视图 Controller 上设置 UISwitch 开/关状态,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10134078/

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