gpt4 book ai didi

ios - UIViewControllers 在 UIPageViewController 中被重用

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:15:16 26 4
gpt4 key购买 nike

我有一个 UIPageVIewController,我正在使用重用标识符初始化内部 Controller ,即:

BaseContentViewController *contentViewController = (BaseContentViewController *)[self.storyboard instantiateViewControllerWithIdentifier:self.controllerRestorationIDs[index]];

我注意到了

if a UIViewController is reused then viewDidLoad is not called in that controller so any code that I want to be executed every single time the UIViewController appears won't.

例如,我想在每次出现时更改背景颜色。

UITableViewCell 是否有类似prepareForReuse 的方法,我可以将这段代码放入其中?

最佳答案

我会把它放在 -viewWillAppear: 中。

关于ios - UIViewControllers 在 UIPageViewController 中被重用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30488410/

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