iphone - Button Width, height -


What is the best way to go about changing UIButton's dimension on runtime? Width? Set the frame .

 

CGPint original = button. Frame Orgin; Button.frame = CGRectMake (origin.x, origin.y, newWidth, newHyight);

Comments