I have a 2 viewControllers in my storyboards, I am making a login (all with objective C), when the credentials are OK I need to show another screen (and send data if is possible), but I found examples with segues and take the button to do it, I dont want to set the button to the segue because when I push it the another screen will be shown
I need to show the new screen only on the condition "if credentials are ok"