Hi, I'm following the "transitioning between views" tutorial on icodeblog.com and ran into a problem while testing. Even though the little app works on the simulator, it crashes ONLY when switching to the second view. I downloaded the source code (which works fine)and compared it to my hand-written code. They are the exact same! Now, on Interface Builder, I look at the connections of each outlet, comparing each, and found that there is an outlet named "tableView" in the downloaded code. I don't know how to replicate that in my code! That outlet is not declared in an of the .h files, either. How/where do I add this?