Hi all.
I ha ve an XCode project whit storyboard where there is a TableView and a Tabbar view with 3 view.
When I press a cell in table view, I'll see the tabbarview and it's first item.
I'm able to initialize a variable "MyID" in the tabbarviewcontroller but I'm not able to initialize the 3 views controller that are item of the tabbarcontroller.
This is the scrennshot of my storyboard:
I think that I'm not able to initialize it maybe because in Tabbarviewcontroller isn't a reference to it.
Any suggestion?
Thanks