草庐IT

subscribeButton

全部标签

ios - 为什么我的 UIButton 在分配图像后改变大小和位置?我怎样才能保持不变?

我的UIButton大小和位置在我为它分配图像后发生变化。我不确定为什么。有人知道吗?我尝试将按钮重新定位到其原始位置,但它不起作用。CGRectbuttonFrame=_subscribeButton.frame;CGAffineTransformtransform=_subscribeButton.transform;[_subscribeButtonsetTitle:@"Subscribe"forState:UIControlStateNormal];[_subscribeButtonsetImage:[UIImageimageNamed:@"bigButton.png"]for