gpt4 book ai didi

uiview - 如何在 Swift 中的主视图中添加 subview

转载 作者:IT王子 更新时间:2023-10-29 05:22:34 26 4
gpt4 key购买 nike

<分区>

我需要如何进行的建议。

如何在某些操作的持续时间内稍微调暗主视图并显示一些忙碌指示器,然后取消调暗?

使用 Swift 语言。

谢谢!

UPD:在 Objective-C 中,我之前使用的是这样的东西:

UIView *dimView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 460)];
dimView.backgroundColor = [UIColor blackColor];
dimView.alpha = 0.5f;
dimView.tag = 1111;
dimView.userInteractionEnabled = NO;
[self.view addSubview:dimView];

我们如何在 Swift 中完成这段代码?

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