gpt4 book ai didi

iPhone 网络应用程序自动刷新

转载 作者:行者123 更新时间:2023-11-28 23:11:36 25 4
gpt4 key购买 nike

我正在制作一个所有数据都在线的 iPhone 应用程序,因此它实际上是一个网络应用程序,应用程序商店中列出的应用程序是进入它的门户。

我想知道如何让每次打开应用程序时刷新页面并将用户带回主页,并在 10 分钟后自动刷新。

最佳答案

尝试:

[NSTimer scheduledTimerWithTimeInterval:600 target:self selector:@selector(refreshWebView) userInfo:nil repeats:YES];

-(void)refreshWebView{
//refresh your webView here..
}

注意:未经测试

关于iPhone 网络应用程序自动刷新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8115238/

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