Skip to content

Storyboard interface as a content #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jotayc opened this issue Aug 27, 2016 · 4 comments
Closed

Storyboard interface as a content #19

jotayc opened this issue Aug 27, 2016 · 4 comments

Comments

@jotayc
Copy link

jotayc commented Aug 27, 2016

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.

@serejahh
Copy link
Contributor

serejahh commented Sep 7, 2016

Hi @jotayc! Thanks for your interest!

Unfortunately, it can't be done for now. I hope, you will be able to do it in version 2.0

@raypendergraph
Copy link

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.

Would this work or is there a better solution?

@fusionbeam
Copy link

i see 2.0.1 is out. is this possible now?

@rnkyr
Copy link
Contributor

rnkyr commented Jan 9, 2019

currently, there's a bug with the transition of a content controller (#72)

@rnkyr rnkyr closed this as completed Jan 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants