Hi, i have created two threads ,and i have a webservices method named -(void)getdata;(nsdictionary *)args; { } i want call get data method in both threads .how to call same method in two threads.
↧
Hi, i have created two threads ,and i have a webservices method named -(void)getdata;(nsdictionary *)args; { } i want call get data method in both threads .how to call same method in two threads.