I Created a Tab Bar App (from the template) and tried to add an IBOutlet to the viewControler.h/.m files but when I went to IB the outlets dont show up in the proxy object (Owner) or even in any object. They show up in the delegate if I declare them in the delegate.h/.m files. I,ve done everything correct for creating outlets and I know this is probably something simple. So what do I have to do to make the outlets show up in the owner object?