gpt4 book ai didi

ios - 如何在ios objective c中设置时间间隔api调用并在成功后重新加载 TableView

转载 作者:可可西里 更新时间:2023-11-01 17:04:30 25 4
gpt4 key购买 nike

我是 ios 开发的新手。我有问题。我需要在设定的时间间隔后调用 api (ios objective c) 。成功后,它应该加载 TableView 。

最佳答案

下面是我会做的...

第 1 步: 调用网络服务 [self makeWebserviceCall]

第 2 步: 完成网络服务调用后,在 - (void)connectionDidFinishLoading:(NSURLConnection *)connection { 中使用 NSTimer >

[NSTimer scheduledTimerWithTimeInterval:2.0 target:self selector:@selector(makeWebserviceCall) userInfo:nil repeats:NO];
^^^ --> change this to increase more

就是这样......

关于ios - 如何在ios objective c中设置时间间隔api调用并在成功后重新加载 TableView ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38306256/

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