In my application I need show some info popup. This is just a text message above an image. When I create UIView for my popup in IB, it’s size is non-ediatable (and equals to 320×460).
But my popup is not full-screen size.
Of course, I can create this popup programmatically, but I’d prefer data-driven approach.
So, the question is: how do I create custom-size UIView in IB?
In my application I need show some info popup. This is just a text
Share
If you set status bar of the view to none then you should be able to resize the view.