Skip to content
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

Propagate activate/deactivate to subviews on iOS (issue 719) #735

Merged
merged 4 commits into from Oct 11, 2014

Conversation

justin-factory
Copy link
Contributor

This will manually walk the subviews of a view controller and propagate the activation/deactivation state of that view controller. Note that this does not address how activation/deactivation should work for table/collection cells, but this is definitely a step forward.

Fixes #735

@@ -452,6 +452,10 @@ public interface ICanActivate
IObservable<Unit> Deactivated { get; }
}

internal interface ICanActivateView {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would ICanForceManualActivation be a better name for this?

@anaisbetts
Copy link
Member

Hey @justin-factory, this is good. Do you know what the Mac story would be with this? (feel free to say "dunno lol")

@justin-factory
Copy link
Contributor Author

Yeah, I'm ignorant on how this would work for Mac. Sorry!

@anaisbetts anaisbetts merged commit e669f63 into reactiveui:master Oct 11, 2014
@anaisbetts
Copy link
Member

Merged with fixups - thanks @justin-factory. We'll figure out more about how to handle this problem more Generally later

@lock lock bot locked and limited conversation to collaborators Jun 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants