gpt4 book ai didi

iphone - 如果不再需要,如何正确从其 super View 中删除 View ?

转载 作者:行者123 更新时间:2023-12-03 20:50:04 26 4
gpt4 key购买 nike

苹果说:

removeFromSuperview Unlinks the receiver from its superview and its window, and removes it from the responder chain.

  • (void)removeFromSuperview

Never invoke this method while displaying.

所以在调用之前,我应该调用 setHidden:YES?这样就够了吗?

最佳答案

该警告的存在是为了避免您在 drawRect: 方法中调用 removeFromSuperview 。 Cocoa 运行时在绘图操作期间广泛使用 View 层次结构,因此在绘图时从其父 View 中删除 View 确实会把事情搞砸。

在任何其他时间调用 removeFromSuperview 都完全没问题,并且无需在删除 View 之前隐藏 View 。

关于iphone - 如果不再需要,如何正确从其 super View 中删除 View ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1301607/

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