Hi,
I am new to this i phone app programming. I have a function with one argument type as structure pointer. This is shown below
-(void)responce:(structurePtr *)someData
{
......
......
}
I want to call this function using performselector method after 5 seconds of time interval. Please tell me how to call above responce function using performselector
thanx in advance