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);
What is the best way to go about changing UIButton's dimension on runtime? Width? Set the frame
.
Comments
Post a Comment