Created
April 2, 2012 18:18
-
-
Save setoh2000/2286004 to your computer and use it in GitHub Desktop.
自分がModalViewControllerとして表示されたかどうかを調べる
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (BOOL)isModal | |
{ | |
return (self == [self.navigationController.viewControllers objectAtIndex:0]); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment