hi i have written 1 code for -(IBAction)action:(UIEvent *)id {
[act setImage:[UIImage imageNamed:@"down.png"] forState:UIControlStateHighlighted];
}
it's working
but i have written 1 code for -(IBAction)action:(UIEvent *)id {
[act setImage:[UIImage imageNamed:@"down.png"] forState:UIControlStateHighlighted]; and after that i had written code for communication with server }
now,this time seImage: line is not working
what should i do??