I want to get back a button, I\'ve already assign the tag to there, how can I do so?
UIButton *button=(UIButton *)[self.view viewWithTag:tag];
//Now you can get your button based on tag value