I made a view
that is embed by a navigationbar
view
. And the issue is the tableview
cannot overlap the extra space at the bottom of view
. Please review the picture.
I made the view background color to be green, so you can see the extra space on the bottom clearly.
No matter I set the uitableview
height to be more than "568"
, nor set the extend edges disselect the "under the top bars", the extra space is always existed.
Could you give me some advises? I used Xcode 5
and IOS SDK 7.0
.
Thanks a lot.