I have another question about Xcode. I am really new to this stuff, so please bear with me. My segues are working fine in the simulator but I have a warning with the yellow triangle exclamation point sign next to it that says:
file:///Users/gavlabfhwa3/Desktop/BlindPed/BlindPed/Base.lproj/Main_iPhone.storyboard:
warning: Unsupported Configuration: Segues initiated directly from view controllers must
have an identifier for use with -[UIViewController performSegueWithIdentifier:sender:]
How important is it that I fix things like this? Is it going to affect my actual app? How would I fix this?
Thanks in advance. My code is posted in the last question I asked and, if necessary, I can repost it or post this question in answer to my other question. My code doesn't have anything in it about a segue, I am doing all the segues with storyboard.
-Jeff-