gpt4 book ai didi

iphone - 从 self.view 中删除所有 subview 的最佳方法是什么?

转载 作者:IT老高 更新时间:2023-10-28 11:21:46 24 4
gpt4 key购买 nike

我在想也许这样的事情可能会奏效:

for (UIView* b in self.view.subviews)
{
[b removeFromSuperview];
}

我想删除所有类型的 subview 。 UIImages、Buttons、Textfields等

最佳答案

[self.view.subviews makeObjectsPerformSelector: @selector(removeFromSuperview)];

它与您的变体相同,但稍短一些。

关于iphone - 从 self.view 中删除所有 subview 的最佳方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11889243/

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