UIView did appear?

后端 未结 5 1742
没有蜡笔的小新
没有蜡笔的小新 2021-02-05 00:25

I\'m wondering, is there a way to get a delegate or something, when a particular UIView has been shown on the screen ?

5条回答
  •  天涯浪人
    2021-02-05 00:46

    Try these:

    – didAddSubview:
    – willRemoveSubview:
    – willMoveToSuperview:
    – didMoveToSuperview
    – willMoveToWindow:
    – didMoveToWindow
    - viewDidAppear:
    

提交回复
热议问题