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.

enter image description here

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:

enter image description here


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -