tabbarcontroller

  1. MList

    iOS Question Tbc TabBarControl , Frame

    Is there a posibility to make a frame around the TabbarControl, or around the TabBarControl Items ? Thanks a lot Marion
  2. M

    iOS Question Hide TabController in one page (full screen) and display in others

    Hi everyone. I structred my app like so: - Splashscreen (where I test the internet connection) - Login Page - Home Page I would like to use TabBarController (i already did other post in order to understand how to use this thing), but i need it only in Home Page. In splashscreen and Login Page...
  3. M

    iOS Question TabBar Controller and Multiple Pages (in different modules)

    Hi everyone, i took a look at this post: https://www.b4x.com/android/forum/threads/navigationbar-inside-tabbarcontroller.50653/ Where is shown how to switch between pages using the tabcontroller (like whatsapp looks). But i have a question: if i want to use that controlller, Do I have to write...
  4. C

    iOS Question Fixed Panel

    how to add a panel to stay fixed on all pages? Spotify example:
  5. C

    iOS Question How to change tabbar height

    Hello, it is still possible to change the height of the tabbar? The method below does not seem to work on iOS 11 https://www.b4x.com/android/forum/threads/change-tabbar-height.71415/#post-453775
  6. C

    iOS Question Remove top line from TabBar

    How can I remove the top line from tabbar?
  7. C

    iOS Question Position of the image in TabBarItem

    I would like to know how I can adjust the TabBarIcon so that it is centralized vertically, I believe that the space below the image can be of the title, in b4i it talks to pass empty string for the title does not appear. Sub Process_Globals Public App As Application Private Page1 As...
Top