I have a tab bar with 5 tabs on it in my app. The final tab shows some ads. I want to add a setting where a user can turn that 5th tab "off".... so essentially I just remove it from the screen.
Note that I don't want to HIDE it, I want to REMOVE it, so that the 4 remaining tabs are evenly spaced automatically.
I want to do the same with ADDING the tab back in.
Is it possible to do this without the user having to restart the app?