Skip to content

Instantly share code, notes, and snippets.

@martinbowling
Created December 1, 2011 21:54
Show Gist options
  • Save martinbowling/1420182 to your computer and use it in GitHub Desktop.
Save martinbowling/1420182 to your computer and use it in GitHub Desktop.
Grab UIViewController from UITableView
var pt = (this.View.Superview.Superview.Superview.Superview.Superview.Superview as UITableView);
var nav = (pt.NextResponder as DialogViewController);
nav.NavigationController.PushViewController(dvc,true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment