iOS cannot change frame of UIButton

前端 未结 5 554
醉酒成梦
醉酒成梦 2021-01-04 06:23

I am currently stuck with a very weird problem. I am using iOS 6 and Xcode 4.5. I have a storyboard with a UIViewController and a UIButton in it. I

5条回答
  •  别那么骄傲
    2021-01-04 07:15

    Remove the view from the superview and after setting frame add this view again as a subview. Hope this will work fine...

提交回复
热议问题