Push segue in iOS 5 not working
问题 I am very much new to IOS. I am using the storyboard feature to create a app Here is what I want. I have two view Controllers, say oneViewController and twoViewController I have a button on oneViewController. I ctrl+dragged the button from oneViewController to twoViewController and selected push from Segue. I compiled the app on iOS 5.0 and run it, and it's not working. I changed push to model and it worked. Am I missing anything? I am using the a part of this link and this link as a guidance