I have a UIScrollView
with 480 height, so on 3,5-inch iPhone the scroll is enabled to view the content because of the navigation bar. I have two UIView
which should be in the bottom part of the UIScrollView
. I try to solve this issue without the manual adjustments in the code and use only IB for this purposes. So, if I try to set for this UIViews
the autosizing mask like this:
on 3,5-inch screen (small one) the UIViews
are attaching to the bottom of the screen not to the bottom part of the UIScrollView
.
The autosizing mask for the UIScrollView
looks like this:
when I try to change the autosizing mask for the views to:
the problem is with 4-inch screen - the image is not attaching to the bottom of the page..
Any help?
If you want to show the Bottom View at the bottom of the UIScrollView not self.View.Then