I spent the hours of my day today to hide PickerView when my application is loaded, but the problem is not in PickerView. this is using CGRectMake.
I tried a simple Xcode project to show you that CGRectMake is not working for me ...
here is my storyboard (gray area is a UIView component):

and here is my interface:
and here is my implementation file:
this is very simple code, not infected with other codes ... but still, any numbers assigned to this CGRectMake do not cause the gray area to move. I changed the value of X, Y, but the gray UIView is the same as what you see on the storyboard.
Why is CGRectMake not working on my case? where is the problem?
UPDATE: I see that startup is checked in my inspector window

UPDATE: here is my connection inspector

source share