Hi all,
I have an NSConnection's delegate set to a class. I take the data from the delgates composed object and show t in my tableview. But the problem is I don'tafter the connection is established the View is diaplayed first and then the Connection delegate is ran and the data is loaded.WHich of no use to me.
I need to run the delegate methids instantly after the connetion is established raher than as a seperate thread.
Please Help