Is it possible to check inside ViewController class that it is presented as modal view controller?
Best way to check
if (self.navigationController.presentingViewController) { NSLog(@"Model Present"); }