How do I get a button with the a specifyed tag
id like to then cast it to a UIButton, and change the alpha
UIButton *button=(UIButton *)[self.view viewWithTag:tag]; button.alpha=0.5;