My app requires one set of tabs on the initial view, the last tab item is reserved for an in-app purchase once the user selects. However, once the user makes the in-app purchase I would like a new set of tabs to appear. I would like for the user to be able to switch back and forward between the free part of the app and the in-app purchase part of the app with different tab bars. For example:
"TabBar1" to have "TabItem 1", "TabItem 2", "TabItem 3", and "TabItem 4" for my Free App, when user selects "TabItem 4" ...a welcome or in-app purchase screen will appear. If user makes the in-app purchase, "TabBar2" appears with "TabItem 1", "TabItem 5", "TabItem 6", and "TabItem4". "TabItem1" will bring you back to Free part of app and "TabBar1" when selected again. Hope I didnt confuse...How do you accomplish this? Thanks for the help.
I forgot to add that this Tabbar is to be combined with a Navigation controller as well.