I'm using XCode 4.1 and I have an already existing IPhone app.
In the "MainWindow.xib", in the Interface builder, there is a Navigation Controller. Inside it, a Tab Bar Item with a title on it. I need to change this title dynamically. However, there seems to be no ".h" file associated with the MainWindow.xib, so I have no idea how to access this object. Any idea?