gpt4 book ai didi

iphone - TTPhotoViewController 数据重新加载

转载 作者:行者123 更新时间:2023-11-29 13:44:39 26 4
gpt4 key购买 nike

有没有人知道如何在 TTPhotoViewController 中重新加载数据?

我做了几次尝试,但一直没有找到合适的解决方案。

非常感谢您的帮助。

弗拉德

最佳答案

TTPhotoViewController 最终派生自 TTModelViewController,因此您应该能够调用 reload 方法。来自 TTModelViewController.h:

/**
* Reloads data from the model.
*/
- (void)reload;

/**
* Reloads data from the model if it has become out of date.
*/
- (void)reloadIfNeeded;

/**
* Refreshes the model state and loads new data if necessary.
*/
- (void)refresh;

关于iphone - TTPhotoViewController 数据重新加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7906704/

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