I have a custom control (xib + UIView subclass).
I'd like my control to have a computed height, like UITextField or ProgressBar, so I'd like IB not to show me the UIView resize knobs on each side, but only on the left and right of my custom control. In UITextField height field in property inspector is ghosted, so you can't modify it from Interface Builder.
I searched StackOverflow, and found this Make a fixed size UIView, like UISwitch (using IBDesignable), but it isn't what I am trying to achieve.
Thank you for your help, Luca-