IOS Navigation Controller storyboard

I have this problem when I want to navigate from the view controller to the detail page using

[self performSegueWithIdentifier:@"gotodetail" sender:nil];

      

but i faced this problem Couldn't find navigation controller for segue 'gotodetail'. Push segues can only be used when the controlling source is managed by an instance UINavigationController

. '

but i add navigation controller and view controller and set its root view controller

+3


source to share





All Articles