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

Commit

Permalink
Merge pull request #174 from shawnwall/patch-2
Browse files Browse the repository at this point in the history
Change parentViewController check
  • Loading branch information
Philip Kluz committed Nov 5, 2013
2 parents 1f447e5 + feef337 commit f8a03de
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ - (PKRevealController *)revealController

if (!controller)
{
if (!self.parentViewController)
if (self.parentViewController)
{
return [self.parentViewController revealController];
}
Expand Down

0 comments on commit f8a03de

Please sign in to comment.