Being new to Cocoa, I\'m having a few issues with Interface Builder, UIViewController and friends.
Interface Builder
UIViewController
I have a UIViewController s
It looks like a capitalization problem to me. You're referencing the class MyViewController instead of the property myViewController in the call to pushViewController.
MyViewController
myViewController