this is my button
- (IBAction)startBtn:(id)sender {
}
my problem is, when i click startBtn with START label on it, the process is start but the label is change to CANCEL for cancel the process. i don’t want to make 2 button that is START and CANCEL, i just want to put it all together into one button that is startBtn.
Any help?
Thank you for sharing your knowledge for me.
1 Answer