gpt4 book ai didi

ios - UIView 子类作为 subview 添加到另一个 View 时如何得到通知?

转载 作者:行者123 更新时间:2023-12-01 17:18:31 24 4
gpt4 key购买 nike

我需要某种钩子(Hook)或模板方法来覆盖当 View 作为 subview 添加到另一个 View 时调用的方法,但在文档中找不到它。它必须是由 UIKit 自动调用的东西。原因是我的 View 必须在有 super View 时立即启动一些动画,但一旦没有 super View 就停止动画。

我不能覆盖 -setSuperview: 因为 Xcode 没有表明存在这样的类 - 我不能调用 super.

最佳答案

你想覆盖 - (void)didMoveToSuperview .

didMoveToSuperview

Tells the view that its superview changed.

The default implementation of this method does nothing. Subclasses can override it to perform additional actions whenever the superview changes.

关于ios - UIView 子类作为 subview 添加到另一个 View 时如何得到通知?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14788740/

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