Skip to content

Instantly share code, notes, and snippets.

@setoh2000
Created April 2, 2012 18:18
Show Gist options
  • Save setoh2000/2286004 to your computer and use it in GitHub Desktop.
Save setoh2000/2286004 to your computer and use it in GitHub Desktop.
自分がModalViewControllerとして表示されたかどうかを調べる
- (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