I am using the following code and getting the following errors:

EDIT: See this if you cannot read the image above!
The “ChangePasscode” is currently declared as a class and is a view controller with .h and .m files along with a .nib file.
Why are these issues happening, what can I do to fix them?
Thanks!
I’m going to say that you’ve not imported
ChangePasscode.hin your current file.Update: In response to comment thread below, you’ll need to actually create a nav structure if you want to push view controllers. The preferred way in iOS 5 is as follows: