Change a UIView Frame

前端 未结 4 651
执念已碎
执念已碎 2021-01-23 07:48

I have set a UIView in my storyboard and make it an outlet.

 @property (nonatomic, weak) IBOutlet UIView *testView;

4条回答
  •  广开言路
    2021-01-23 07:57

    Trying changing the height to high number and see if that make a difference. I have created demo project for changing and reverting the height. Hope this helps.

    https://github.com/rshankras/StackOverflowUIView

提交回复
热议问题