Hello,
I have attempted to utilize a push segue in one of my larger applications. I was getting an error when I attempted to push the segue using this.PerformSegue(SegueID,this);. I ended up creating a much smaller project in an attempt to see if I could get the push segue to work. I find it odd that I get an error due to the fact that I have used push segues in this exact same manner before with other apps. I have attached the error message as well as the small test project. Does anyone have any ideas as to what the issue could be?
Thanks in advance!