ios - UITabBarController in storyboard hides content of UITabBarItems -
i beginner using storyboards ios. have been using tab bar controller show content.
when first implemented uitabbar see icons @ bottom of uitabcontroller in storyboard , see uitabbaritem @ bottom of each uiviewcontroller. why there blank grey bar? can't seem change content either in storyboard. tried adding uitabbarcontroller got same problem, has dark grey bar @ bottom. when run app icons appear. how fix can see uitabbaritems in storyboard or should try updating them programmatically instead?


showing tab bar or not 1 of couple of simulated metrics used in interface builder. such serve have idea of how controller under different conditions not change actual controller.
most of time default inferred option try deduce storyboard configuration how should like. in case connect tab bar controller controller through viewcontrollers outlet.
in contrast, below have view controller properties change both how controller previewed in interface builder , actual behavior (for instance try changing adjusts scroll view insets or extended edges).

Comments
Post a Comment