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:
switch next (vertically), it's view resizes , view length expands on bottom bar:
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
Post a Comment