Hi I'm very new to iOS development.
I'm attempting to have a TabBarController drive my app. I have 5 tabs across, the center tab is linked to a BlankViewController which is currently named "Herd" and has a buttonw with an image overlayed ontop of it so you never get to see the icon or are able to click on the actual tab (similar to Instagram/Path app). What I want to be able to do is change the title/image of the center tab and the segue of the button based on where I am within the application (e.g. If I'm on the herd listing screen I will see "Herd" in the center of the TabBar, if I'm on the cow listing screen I will see "Cow" in the center tab of the TabBar.
There must be a way of altering my TabBarControllers center TabBarItem from within another ViewController.
Any help would be greatly appreciated.
Regards,
Michael Murray
I'm attempting to have a TabBarController drive my app. I have 5 tabs across, the center tab is linked to a BlankViewController which is currently named "Herd" and has a buttonw with an image overlayed ontop of it so you never get to see the icon or are able to click on the actual tab (similar to Instagram/Path app). What I want to be able to do is change the title/image of the center tab and the segue of the button based on where I am within the application (e.g. If I'm on the herd listing screen I will see "Herd" in the center of the TabBar, if I'm on the cow listing screen I will see "Cow" in the center tab of the TabBar.
There must be a way of altering my TabBarControllers center TabBarItem from within another ViewController.
Any help would be greatly appreciated.
Regards,
Michael Murray