I have a problem developing the app layout. In the storyboard, I've added UIImageView
to display some images while the app is working. This image is at the bottom of the screen, like a footer. But when I simulate on a smaller screen iPhone, in case the iPhone 4 the banner some, because it is in the difference of area of the screens between the iPhone 4 and iPhone 5.
I wonder if there is a way to keep this layout, let UIImageView
be allocated a little higher, when the app screen is smaller and may appear.