I am using a thread to update background messages in my application. The thread is started in my message class.
Messages.m
timerThread = [[NSThread alloc] initWithTarget:self
selector:
I am using a thread to update background messages in my application. The thread is started in my message class.
Messages.m
timerThread = [[NSThread alloc] initWithTarget:self
selector:
I have the following code, which connects to a web service and returns an array of Categories.
I am using the following SOAP web service wrapper: http://www.sudzc.com/
.. and the follow