Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Go up in the view controller hierarchy until a reveal controller is found #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ekurutepe
Copy link
Contributor

This is similar to how Apple's navigationController and tabBarController properties work. Goes up the parentViewController properties recursively until either a revealController is non-nil or the root of the hierarchy has been reached.

@hohl
Copy link

hohl commented Mar 25, 2013

I really prefer this implementation. Hopefully it get merged.
But at the moment it looks like pkluz is inactive. :(

@John-Lluch
Copy link

You may want to look at SWRevealViewController, it originated from the same old controller but it plays nicely with its child controllers and provides amazing flexibility and control to the developer. It implements the 'revealViewController' property in the right way so it always returns what it is supposed to. This controller is in active development.

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.

3 participants