objective c - iOS UIPageViewController child view under Bottom Bar -


i had uipageviewcontroller embedded in navigationcontroller embedded tabbarcontroller. supposed every child view of uipageviewcontroller fits size within uitabbarviewcontroller.

the first child view looks fine:

enter image description here

switch next (vertically), it's view resizes , view length expands on bottom bar:

enter image description here

actually it's not under bottom bar clipped size (which means if pull view still cannot see whole cut text).

i did unchecked every related view controller's under bottom bar & adjust scroll view inset nothing works.

any suggestion appreciated.

try in table view controller viewdidload() method.

self.extendedlayoutincludesopaquebars = no; 

or can set property in interface builder: uncheck extend edges: under bottom bars, under opaque bars.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -