My root view controller is a UITabBarController. I\'m trying to present a modal view controller over one of the tab bar controller\'s view controllers, but still allow the
Try to set your presentation style as 'Over Full Screen' instead of 'Over Current Context' in storyboard.