I started with a Tab Bar Application. I deleted the SecondViewController.xib and in Interface Builder I deleted the associated tab bar button. Then in XCode I created a SecondViewController and a ThirdViewController. I added two tab bar buttons in IB and made these view controllers the file owners for their respective buttons. Then in the third view I added some UITextFields and a UIButton.
I can run the program, change view, and see the things I made in each of those views. The problem is when I create IBOutlets and IBActions in ThirdViewController and go to IB to link them to the things in the third view, none of those show up, so I can't make the links to the things showing in the view. Why is that?