Navigation Bar items

  1. 5 years ago

    AntonioDB

    30 Aug 2018 User since 2018

    Hi!
    There is a way to see nav items in Navigation Bar, viewed together with the TabBar?
    Another thanks for your help.Screen.png

  2. andrea

    5 Sep 2018 Administrator User since 2016

    Hi @AntonioDB,
    The best practice (from Apple) when combining Navigation and TabBar containers in the same user interface is to use the TabBar as the root container and to use a Navigation in each Tab if needed (ref: https://developer.apple.com/library/archive/documentation/WindowsViews/Conceptual/ViewControllerCatalog/Chapters/CombiningViewControllers.html ).

    With the next release (should be released within the next few days) it will be possible to customize the TabBar item of a Navigation by adding a tabBarItem object to the Navigation.

  3. AntonioDB

    6 Sep 2018 User since 2018

    Great! Thank you so much @andrea!

or Sign Up to reply!