I Show a view using presentModalViewController. and from this view i want to push a view using navigationcontroller. I tried below code for this
[self.parentViewController.navigationController pushViewController:objViewFullScreen animated:YES];
But it did not works for me. so please can any one suggest how i push a view from ModelViewController.
Thanks