CONFUSING : CGAffineTransform - rotation on uibutton resizes buttonimage ?! (iPad)
- by Michael
hi there,
i've got a strange problem using uibuttons, type custom. i'm placing 4 of those buttons on a scrollview, rotating each button by a random angle using CGAffineTransform. now it seems, that the buttons itself change size depending on the angle of rotation.
can't get this problem solved :(
UIGraphicsBeginImageContext(tempCtxSize);…