You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm practicing with the example and I have a doubt if is it possible to create a interface with the storyboard and show it as content? In case that I want to create my own content and not just uitableviewController. I tried to get the reference from the storyboard but or crash or the content is empty.
Thanks.
The text was updated successfully, but these errors were encountered:
I am trying to do this as well. Currently what I have working is that the ColorMatchTabsViewControllerDataSource returns UIViewControllers loaded from other storyboards These controllers are loading with custom UIViewControllers.
The problem I am running into is that I would like to refresh some information in that view with the viewDidAppear or viewWillAppear methods but these do not seem to be called when the user selects the different tabs.
I was thinking of introducing a new protocol for custom controllers to implement so that I can tell them that they have been selected/deselected by calling the protocol somewhere within the ColorMatchTabsViewController.
Hi,
I'm practicing with the example and I have a doubt if is it possible to create a interface with the storyboard and show it as content? In case that I want to create my own content and not just uitableviewController. I tried to get the reference from the storyboard but or crash or the content is empty.
Thanks.
The text was updated successfully, but these errors were encountered: