I am new to story boards and I am trying to switch views on a condition but all I am getting is a "black" screen
before , I used to do that :
 if (x==1){
        classView *theView = [[classView alloc] initWithNibName:nil bundle:nil];
        [self presentModalViewController:theView animated:YES]; 
    }
how can I write this in "storyboard"
Thanks