I have set a UIView in my storyboard and make it an outlet.
UIView
storyboard
@property (nonatomic, weak) IBOutlet UIView *testView;
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