How to make a periodic call to a method in objective c?

后端 未结 4 1095
后悔当初
后悔当初 2020-12-19 17:15

if the question is not explained clearly please excuse me. I\'m developing an iphone Client-Server app, i created all the classes, instances and ect. I can even send get and

4条回答
  •  春和景丽
    2020-12-19 17:53

    Your best bet is to look into Grand Central Dispatch since you are going to want to run this in the background:

    Use NSTimer mentioned above.

提交回复
热议问题