ios - Some space below a tab bar -
i creating view tab bars , want space below tab bar show other content, @ bottom of screen.
using tab bar controller: when use tab bar controller, tab bar cannot moved place object below it.
using tab bar , tab bar items: when use tab bar , tab bar items, unable connect items view controller or rather anything. doesn’t seem efficient when app has multiple tabs.
what best , efficient way achieve space @ bottom of screen tab bar controller?
below image showing “some space” @ bottom of screen below tab bar.
thanks
embed tab bar controller in custom parent view controller. frame of tab bar controller's view, relative custom parent view controller's view, you.
this example configured entirely in storyboard, no code @ all:


Comments
Post a Comment