StatefulViewController icon indicating copy to clipboard operation
StatefulViewController copied to clipboard

Feature: Support "Partial State"

Open oferRounds opened this issue 9 years ago • 2 comments

@aschuch - Way to go and thanks for this really great library!

Small suggestion for the future:

Would be also great if the library could support the Partial State, as I learned from this great post of Scott Hurff:

"The partial state is the screen someone will see when the page is no longer empty and sparsely populated."

oferRounds avatar Jan 13 '16 18:01 oferRounds

Thanks for bringing this blog post to my attention. I think its a great idea, not sure how to handle this with the current API though. Do you have a preferred way to implement partial state in your apps?

aschuch avatar Mar 08 '16 10:03 aschuch

You should use viewcontroller containment with a parent and several child view controllers for that. I think it is not a good fit for StatefulViewController

CodeStage avatar Sep 26 '18 07:09 CodeStage